Skip to content

Commit 07d00d0

Browse files
author
Adam Wright
authored
Update Jenkinsfile
1 parent a753747 commit 07d00d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline{
4848
sh """\
4949
docker run -v \$(pwd)/${env.OUTPUT_FOLDER}:${CONT_ROOT}/${env.OUTPUT_FOLDER} --net=host --name ${CONT_NAME} ${ECR_URL}:latest /bin/bash -c 'java -Dlogback.configurationFile=src/main/resources/logback.xml -jar target/fireworks-exec.jar --user $user --password $pass --folder ./config --output ./${env.OUTPUT_FOLDER}'
5050
"""
51-
sh "sudo chown jenkins:jenkins ${env.OUTPUT_FOLDER}"
51+
sh "sudo chown jenkins:jenkins ${env.OUTPUT_FOLDER} -R"
5252
// Create archive that will be stored on S3.
5353
sh "tar -zcf fireworks-v${releaseVersion}.tgz ${env.OUTPUT_FOLDER}/"
5454
}

0 commit comments

Comments
 (0)