增加部署环节
This commit is contained in:
Vendored
+6
@@ -12,5 +12,11 @@ pipeline {
|
||||
sh 'mvn clean package dockerfile:build dockerfile:push -Dmaven.test.skip=true'
|
||||
}
|
||||
}
|
||||
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh 'echo deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user