Commit c0fc522b authored by Your Name's avatar Your Name

sdfsdfsdfsdll

parent 37587036
...@@ -17,6 +17,7 @@ pipeline { ...@@ -17,6 +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'''
scp docker-compose.yml root@192.168.12.47:/tmp/
} }
} }
stage('REMOVE LOCAL IMAGE') { stage('REMOVE LOCAL IMAGE') {
......
version: "2" version: "2"
services: services:
lxnginx: lxnginx:
always:restart
image: nexus.gsstcloud.com:8093/test/lxnginx:latest image: nexus.gsstcloud.com:8093/test/lxnginx:latest
ports: ports:
- "1234:80" - "1234:80"
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