Skip to content

Commit

Permalink
Merge pull request #1250 from Dyalog/ride4.5stashupdate
Browse files Browse the repository at this point in the history
Alter stash name for notaraized macOS build to avoid name clash
  • Loading branch information
dyaandys authored Jul 12, 2024
2 parents 9fb3136 + 12a025f commit f845f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: '868dda6c-aaec-4ee4-845a-57362dec695b', passwordVariable: 'APPLE_APP_PASS', usernameVariable: 'APPLE_ID')]) {
sh "CI/packagescripts/osx/notarise.sh"
}
stash name: 'mac-ship', includes: 'ship/*'
stash name: 'mac-ship-notarised', includes: 'ship/*'
}
when {
not {
Expand All @@ -115,7 +115,7 @@ pipeline {
unstash 'ride-linux'
unstash 'ride-version'
unstash 'linux-ship'
unstash 'mac-ship'
unstash 'mac-ship-notarised'
unstash 'win-ship'
sh './CI/copyinstallers.sh'
sh 'rm -Rf _ ship'
Expand Down

0 comments on commit f845f3c

Please sign in to comment.