Commit 360ee474 authored by 王珏's avatar 王珏

Update Jenkinsfile

parent 674b1ebb
Pipeline #18 canceled with stage
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
configName: 'nginx', configName: 'nginx',
transfers: [sshTransfer( transfers: [sshTransfer(
cleanRemote: false, cleanRemote: false,
// execCommand: 'cd /app && docker-compose down &&docker-compose up -d', execCommand: 'cd /app && docker-compose down &&docker-compose up -d',
remoteDirectory: '/app', remoteDirectory: '/app',
removePrefix: '', removePrefix: '',
sourceFiles: 'docker-compose.yml' sourceFiles: 'docker-compose.yml'
......
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