From 4aba1becf1e707ddfccc255a0993ab9cec99279f Mon Sep 17 00:00:00 2001 From: Ivan Borovkov Date: Tue, 6 Feb 2018 23:19:13 +0200 Subject: [PATCH] publish apk and ios links on public page --- Jenkinsfile.nightly | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile.nightly b/Jenkinsfile.nightly index ab515493f5..7dfb41dbc2 100644 --- a/Jenkinsfile.nightly +++ b/Jenkinsfile.nightly @@ -94,7 +94,6 @@ node ('macos1'){ stage('Slack Notification') { def c = (testPassed ? 'good' : 'warning' ) slackSend color: c, message: 'Nightly build (develop) \nTests: ' + (testPassed ? ':+1:' : ':-1:') + ')\nAndroid: ' + apkUrl + '\n iOS: ' + ipaUrl - # this will update apk url on public page build job: 'status-react/status-nightly-publish-link', parameters: [[$class: 'StringParameterValue', name: 'APK_URL', value: apkUrl], [$class: 'StringParameterValue', name: 'IOS_URL', value: ipaUrl]] } }