From a308851f10a37d6cab543829bea31cca2d720c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 22 Apr 2021 17:59:54 +0200 Subject: [PATCH] ci: bump jenkins lib to make release filenames nicer 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 +- 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 ef006b2790..efbec1b612 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.12' +library 'status-jenkins-lib@v1.2.13' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index ad2b7b756c..f1b4f604d3 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.12' +library 'status-jenkins-lib@v1.2.13' pipeline { agent { diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 990f715760..32e96c662a 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.12' +library 'status-jenkins-lib@v1.2.13' pipeline { agent { diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 1ef8617fef..a3feed13e6 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.12' +library 'status-jenkins-lib@v1.2.13' pipeline { agent { label 'windows' }