Commit 583133d4 authored by 郭灿峰's avatar 郭灿峰

Update Jenkinsfile

parent fb438094
...@@ -9,7 +9,7 @@ pipeline { ...@@ -9,7 +9,7 @@ pipeline {
stage('Build image') { stage('Build image') {
steps { steps {
sh 'docker build -t registry.lizhi.co/registry/pybbs .' sh 'docker build -t registry.lizhi.co/registry/pybbs .'
sh 'docker push -u guocanfeng -p 123456 registry.lizhi.co/registry/pybbs' sh 'docker push --username guocanfeng --password 123456 registry.lizhi.co/registry/pybbs'
} }
} }
stage('deploy') { stage('deploy') {
......
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