From c5f81d2bc4c0d8fae510e79c46b4572b2fad556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 22 Aug 2018 14:28:16 -0400 Subject: [PATCH] yet another fix for DIAWI_URL argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index a28c3cf894..56ff8feee9 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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') {