Skip to content

Commit 088683f

Browse files
authored
[release] enable stage to set the version (elastic#2263)
1 parent 56a8e8d commit 088683f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci/release/Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ pipeline {
112112
}
113113
}
114114
stage('Set release version') {
115-
when {
116-
expression { return false }
117-
}
118115
steps {
119116
dir("${BASE_DIR}"){
120117
script {

0 commit comments

Comments
 (0)