update Jenkins library to allow vebose Fastlane calls
For more details see status-react-jenkins change: https://github.com/status-im/status-react-jenkins/pull/7 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
12aa20f467
commit
284c26055f
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.4.1' }
|
agent { label 'macos-xcode-11.4.1' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.4.1' }
|
agent { label 'macos-xcode-11.4.1' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos' }
|
agent { label 'macos' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.1.5'
|
library 'status-react-jenkins@v1.1.6'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
Loading…
Reference in New Issue