File tree Expand file tree Collapse file tree
jenkins-job-generator/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 484484 SapMachine-Infrastructure/lib/publish.sh
485485 '''
486486 archiveArtifacts allowEmptyArchive: true, artifacts: "*.sha256.txt"
487- archiveArtifacts allowEmptyArchive: true, artifacts: "*.sha256.dmg.txt"
488487 }}
489488 }}
490489 }}
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ def main(argv=None):
121121 url_version2 = '#{version}'
122122
123123 try :
124- aarch_urls = utils .get_asset_urls (tag , 'macos-aarch64' , pattern = '.sha256. dmg.txt' )
125- intel_urls = utils .get_asset_urls (tag , 'macos-x64' , pattern = '.sha256. dmg.txt' )
124+ aarch_urls = utils .get_asset_urls (tag , 'macos-aarch64' , pattern = '.dmg.sha256 .txt' )
125+ intel_urls = utils .get_asset_urls (tag , 'macos-x64' , pattern = '.dmg.sha256 .txt' )
126126 except Exception as e :
127127 print (str .format ('No assets found for tag {0}' , tag .as_string ()))
128128 sys .exit (1 )
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ if [ $UNAME == Darwin ]; then
5454 DMG_NAME_JDK=" $( cat jdk_dmg_name.txt) "
5555 DMG_NAME_JRE=" $( cat jre_dmg_name.txt) "
5656
57- DMG_SUM_JDK=" $( echo $DMG_NAME_JDK | sed ' s/dmg/sha256\.dmg \.txt/' ) "
58- DMG_SUM_JRE=" $( echo $DMG_NAME_JRE | sed ' s/dmg/sha256\.dmg \.txt/' ) "
57+ DMG_SUM_JDK=" $( echo $DMG_NAME_JDK | sed ' s/dmg/dmg\.sha256 \.txt/' ) "
58+ DMG_SUM_JRE=" $( echo $DMG_NAME_JRE | sed ' s/dmg/dmg\.sha256 \.txt/' ) "
5959
6060 shasum -a 256 $DMG_NAME_JDK > $DMG_SUM_JDK
6161 shasum -a 256 $DMG_NAME_JRE > $DMG_SUM_JRE
You can’t perform that action at this time.
0 commit comments