Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 09:14:07 +02:00
parent 09f1507c06
commit 9b56faa5ad

2
Jenkinsfile vendored
View File

@ -52,7 +52,7 @@ pipeline {
publishers: [
sshPublisherDesc(
configName: "mprill-gonito-front-dev",
transfers: [sshTransfer(execCommand: 'chmod o+rX public_html')],
transfers: [sshTransfer(execCommand: 'chmod -R o+rX public_html')],
verbose: true
)
]