ci: do no delete non-draft releases
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 <jakub@status.im>
This commit is contained in:
parent
b9c2431ad5
commit
6a5b6e3593
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.2.15'
|
library 'status-jenkins-lib@v1.2.18'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.2.15'
|
library 'status-jenkins-lib@v1.2.18'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@ci-macos-notarization'
|
library 'status-jenkins-lib@v1.2.18'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.2.15'
|
library 'status-jenkins-lib@v1.2.18'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'windows' }
|
agent { label 'windows' }
|
||||||
|
|
Loading…
Reference in New Issue