Skip to content

Commit

Permalink
Update .ci/jenkins/Jenkinsfile.build-image
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Antunes <[email protected]>
  • Loading branch information
jstastny-cz and rodrigonull authored May 24, 2024
1 parent 8b79bfb commit 138a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pipeline {
"""
release.gpgImportKeyFromFileWithPassword(getReleaseGpgSignKeyCredsId(), getReleaseGpgSignPassphraseCredsId())
release.gpgSignFileDetachedSignatureWithPassword(resultingFileName, signatureFileName, getReleaseGpgSignPassphraseCredsId())
release.svnUploadFileToRepository(getReleaseSvnRepository(), getReleaseSvnCredsId(), resultingFileName, signatureFileName)
release.svnUploadFileToRepository(getReleaseSvnRepository(), getReleaseSvnCredsId(), getReleaseVersion(), resultingFileName, signatureFileName)
}
}
post {
Expand Down

0 comments on commit 138a4e9

Please sign in to comment.