Commit 674b1ebb authored by 王珏's avatar 王珏

Update Jenkinsfile

parent 08fc9496
Pipeline #17 canceled with stage
...@@ -23,7 +23,7 @@ pipeline { ...@@ -23,7 +23,7 @@ pipeline {
sshPublisherDesc( sshPublisherDesc(
configName: 'nginx', configName: 'nginx',
transfers: [sshTransfer( transfers: [sshTransfer(
cleanRemote: true, 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: '',
......
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