Commit d9bf6564 authored by 郭灿峰's avatar 郭灿峰

Update Jenkinsfile

parent b510b864
...@@ -13,6 +13,7 @@ pipeline { ...@@ -13,6 +13,7 @@ pipeline {
sh 'mvn deploy' sh 'mvn deploy'
} }
} }
stage('deploy') { stage('deploy') {
steps { steps {
sh 'docker build -t registry.lizhi.co/registry/pybbs:${BUILD_NUMBER} .' sh 'docker build -t registry.lizhi.co/registry/pybbs:${BUILD_NUMBER} .'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment