Update 'Jenkinsfile'

This commit is contained in:
LingZhaoHui 2020-09-12 02:16:19 +00:00
parent ecc4abc8d1
commit b823297b16

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'build.sh'
sh 'printenv'
}
}
}