Skip to content

Commit

Permalink
Fix Jenkinsfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jun 19, 2023
1 parent 3d146d0 commit 32f0510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ spec:
}
withCredentials([usernamePassword(credentialsId: 'cepe-artifactory-jenkins',
usernameVariable: 'AF_USER',
passwordVariable: 'APIKEY') {
passwordVariable: 'APIKEY')]) {
sh 'python3 ./signing/windows-client-wrapper.py -t ${APIKEY} -b ${BUILD_NUMBER} *.zip'
sh 'mv *.zip.sha256 ../'
sh 'mv *.zip ../'
Expand Down

0 comments on commit 32f0510

Please sign in to comment.