jenkins 构建

This commit is contained in:
LingZhaoHui 2020-11-22 16:16:54 +08:00
parent b7f3be8efc
commit 034ef85a8a

2
Jenkinsfile vendored
View File

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