fix:Jenkinsfile更新
This commit is contained in:
parent
fb03953d2d
commit
627dad93af
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Stop') {
|
||||
steps {
|
||||
sh './var/lib/jenkins/workspace/stop.sh'
|
||||
sh 'sh /var/lib/jenkins/workspace/stop.sh'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
@ -13,7 +13,7 @@ pipeline {
|
|||
}
|
||||
stage('Start'){
|
||||
steps {
|
||||
sh './var/lib/jenkins/workspace/start.sh'
|
||||
sh 'sh /var/lib/jenkins/workspace/start.sh'
|
||||
}
|
||||
}
|
||||
// stage('Deploy') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user