diff --git a/Jenkinsfile b/Jenkinsfile index bfa0ce3..f3fab73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build 8.0-swoole') { steps { - sh 'docker login harbor.luxcreo.cn -u robot$library+jenkinsfile -p Bw0teIfUhP7WBd1yDp7DTWSbF0d5nVvE' + sh 'docker login harbor.luxcreo.cn -u \'robot$library+jenkinsfile\' -p Bw0teIfUhP7WBd1yDp7DTWSbF0d5nVvE' sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.0-swoole -f swoole/8.0/Dockerfile .' sh 'docker push harbor.luxcreo.cn/library/hyperf:8.0-swoole' }