Skip to content

Commit

Permalink
try chmod and targz
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Feb 13, 2018
1 parent 28612f6 commit a0ef0e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ node('f25-os') {
def targzfile = tarfile + ".gz"
sh "sudo docker save -o $tarfile quipucords:beta"
sh "sudo chmod 755 $tarfile"
sh "sudo gzip -f --best $tarfile"
sh "sudo chmod 755 $targzfile"

archive tarfile
archive targzfile
}
}

0 comments on commit a0ef0e7

Please sign in to comment.