From 98f2a6820946daab31e4103079f2359ba11c5529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 19 Aug 2021 15:15:52 +0200 Subject: [PATCH] ci: fix Jenkinsfile library enties to use tags instead of a branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Again we merged a PR before the `status-jenkins-lib` PR was merged: https://github.com/status-im/status-desktop/pull/3185 Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- ci/Jenkinsfile.linux | 2 +- ci/Jenkinsfile.macos | 2 +- ci/Jenkinsfile.windows | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 36856b3ec6..c07050f8de 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@ci-linux-signing' +library 'status-jenkins-lib@v1.3.0' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 2225981f62..105a452dc5 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@ci-linux-signing' +library 'status-jenkins-lib@v1.3.0' pipeline { agent { diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 6332548b97..81d65efb22 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@ci-linux-signing' +library 'status-jenkins-lib@v1.3.0' pipeline { agent { diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 9cd7026ada..d226f2a9ce 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@ci-linux-signing' +library 'status-jenkins-lib@v1.3.0' pipeline { agent { label 'windows' }