From 284c26055f1c23141bccf2b650cf681a3cd7a446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 2 Jun 2020 18:39:59 +0200 Subject: [PATCH] update Jenkins library to allow vebose Fastlane calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For more details see status-react-jenkins change: https://github.com/status-im/status-react-jenkins/pull/7 Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 2 +- ci/Jenkinsfile.combined | 2 +- ci/Jenkinsfile.ios | 2 +- ci/Jenkinsfile.linux | 2 +- ci/Jenkinsfile.macos | 2 +- ci/Jenkinsfile.nix-cache | 2 +- ci/Jenkinsfile.windows | 2 +- ci/tools/Jenkinsfile.fastlane-clean | 2 +- ci/tools/Jenkinsfile.playstore-meta | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 532abdbbf5..e2db414185 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 9c1d6479be..7a91e64e4b 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 7d0173c4a7..9eeae4486a 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'macos-xcode-11.4.1' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index f3719e2915..cae829e013 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 0cc0e8310d..9687385ea7 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'macos-xcode-11.4.1' } diff --git a/ci/Jenkinsfile.nix-cache b/ci/Jenkinsfile.nix-cache index c2fed7eb78..3ba1b16a43 100644 --- a/ci/Jenkinsfile.nix-cache +++ b/ci/Jenkinsfile.nix-cache @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label params.AGENT_LABEL } diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 3420a58bf4..81bcd15665 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'linux' } diff --git a/ci/tools/Jenkinsfile.fastlane-clean b/ci/tools/Jenkinsfile.fastlane-clean index 4400fae5c2..7009d5b7dc 100644 --- a/ci/tools/Jenkinsfile.fastlane-clean +++ b/ci/tools/Jenkinsfile.fastlane-clean @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'macos' } diff --git a/ci/tools/Jenkinsfile.playstore-meta b/ci/tools/Jenkinsfile.playstore-meta index 56cae66a28..a37e8be797 100644 --- a/ci/tools/Jenkinsfile.playstore-meta +++ b/ci/tools/Jenkinsfile.playstore-meta @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.5' +library 'status-react-jenkins@v1.1.6' pipeline { agent { label 'linux' }