Commit 292a4239 authored by Your Name's avatar Your Name

sssssss

parent e0e373ab
...@@ -17,7 +17,7 @@ pipeline { ...@@ -17,7 +17,7 @@ pipeline {
steps { steps {
sh '''docker login -u deployment -p deployment123 nexus.gsstcloud.com:8093 sh '''docker login -u deployment -p deployment123 nexus.gsstcloud.com:8093
docker push $registry_address/$image_name:latest docker push $registry_address/$image_name:latest
ssh root@192.168.12.47 date ''' ssh -o "StrictHostKeyChecking no" root@192.168.12.47 date '''
} }
} }
stage('REMOVE LOCAL IMAGE') { stage('REMOVE LOCAL IMAGE') {
......
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