yet another fix for DIAWI_URL argument

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-22 14:28:16 -04:00
parent 9c1bfa8a21
commit c5f81d2bc4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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') {