添加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 {
stage('Build') {
steps {
sh 'printenv'
sh 'build.sh'
sh 'bash build.sh'
}
}
}