yet another fix for DIAWI_URL argument
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9c1bfa8a21
commit
c5f81d2bc4
|
@ -56,7 +56,7 @@ pipeline {
|
|||
dmgUrl = common.uploadArtifact('pkg', "${pkg}.dmg")
|
||||
appUrl = common.uploadArtifact('pkg', "${pkg}.AppImage")
|
||||
/* special case for iOS Diawi link */
|
||||
ipaUrl = ios.getEnvironment().DIAWI_URL
|
||||
ipaUrl = ios.getBuildVariables().get('DIAWI_URL')
|
||||
} }
|
||||
}
|
||||
stage('Notify') {
|
||||
|
|
Loading…
Reference in New Issue