jenkins 构建
This commit is contained in:
parent
b7f3be8efc
commit
034ef85a8a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
cd script/
|
||||
cd 'script'
|
||||
sh 'bash build.sh'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user