File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 8686 }
8787 }
8888
89- if (isReleaseJob) {
90- stage(" Signing" ) {
91- timeout(time : 30 , unit : ' MINUTES' ) {
92- // waits until the signing job posts completion signal to this pipeline input
93- input id : ' FinishedSigning' , message : ' Waiting for signing to finish (please be patient)...' , submitter : ' monojenkins'
94- echo " Signing done."
95- }
96- }
97- }
98- else {
99- echo " Not a release job, skipping signing."
100- }
101-
10289 def packageUrlX86 = " https://xamjenkinsartifact.azureedge.net/${ jobName} /${ monoBranch} /${ env.BUILD_NUMBER} /${ commitHash} /unsigned/${ packageFileNameX86} "
10390 def packageUrlX64 = " https://xamjenkinsartifact.azureedge.net/${ jobName} /${ monoBranch} /${ env.BUILD_NUMBER} /${ commitHash} /unsigned/${ packageFileNameX64} " ;
10491
You can’t perform that action at this time.
0 commit comments