From c20d6b5782f474820d75b24f5cbbd7f772ee358e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 7 Jun 2021 10:48:31 +0200 Subject: [PATCH] ci: do no delete non-draft releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We identified this issue in status-desktop release from branch `release/0.1.0-beta.10` which had old version in VERSION file. https://ci.status.im/job/status-desktop/job/release/job/release%252F0.1.0-beta.10/ Depends on: https://github.com/status-im/status-jenkins-lib/pull/28 Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 2 +- ci/Jenkinsfile.combined | 2 +- ci/Jenkinsfile.ios | 2 +- ci/Jenkinsfile.nix-cache | 2 +- ci/tools/Jenkinsfile.fastlane-clean | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 879d4d0c45..9ac2919e66 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.16' +library 'status-jenkins-lib@v1.2.18' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 6c0f6574a7..68c7ad3234 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.16' +library 'status-jenkins-lib@v1.2.18' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 0c7789ae2b..268022ce65 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.16' +library 'status-jenkins-lib@v1.2.18' pipeline { agent { label 'macos-xcode-12.3' } diff --git a/ci/Jenkinsfile.nix-cache b/ci/Jenkinsfile.nix-cache index 4f32a0ff80..f89f8d9859 100644 --- a/ci/Jenkinsfile.nix-cache +++ b/ci/Jenkinsfile.nix-cache @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.16' +library 'status-jenkins-lib@v1.2.18' pipeline { agent { label params.AGENT_LABEL } diff --git a/ci/tools/Jenkinsfile.fastlane-clean b/ci/tools/Jenkinsfile.fastlane-clean index cf9777d391..3cdc6ab8b0 100644 --- a/ci/tools/Jenkinsfile.fastlane-clean +++ b/ci/tools/Jenkinsfile.fastlane-clean @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.2.16' +library 'status-jenkins-lib@v1.2.18' pipeline { agent { label 'macos' }