增加部署环节

This commit is contained in:
zhouxiunai
2018-11-04 14:59:22 +08:00
parent 5fe6403fcd
commit 92b0c54df4
Vendored
+6
View File
@@ -12,5 +12,11 @@ pipeline {
sh 'mvn clean package dockerfile:build dockerfile:push -Dmaven.test.skip=true'
}
}
stage('deploy') {
steps {
sh 'echo deploy'
}
}
}
}