添加Jenkinsfile

This commit is contained in:
LingZhaoHui 2020-09-12 11:27:21 +08:00
parent 62ce2adfa6
commit 5d37d15089

3
Jenkinsfile vendored
View File

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