Skip to content

Commit 1b71d51

Browse files
committed
Clearer stage names in release process
1 parent 10b2c81 commit 1b71d51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/release/Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pipeline {
9797
)
9898
}
9999
stages {
100-
stage('Release check') {
100+
stage('Check') {
101101
steps {
102102
script {
103103
print "INFO: params.RELEASE_VERSION = ${params.RELEASE_VERSION}"
@@ -176,7 +176,7 @@ pipeline {
176176
}
177177
}
178178
}
179-
stage('Release prepare') {
179+
stage('Prepare') {
180180
steps {
181181
script {
182182
checkoutReleaseScripts()
@@ -202,7 +202,7 @@ pipeline {
202202
}
203203
}
204204
}
205-
stage('Publish release') {
205+
stage('Publish') {
206206
steps {
207207
script {
208208
checkoutReleaseScripts()
@@ -242,7 +242,7 @@ pipeline {
242242
}
243243
}
244244
}
245-
stage('Website release') {
245+
stage('Update website') {
246246
steps {
247247
script {
248248
checkoutReleaseScripts()
@@ -269,7 +269,7 @@ pipeline {
269269
}
270270
}
271271
}
272-
stage('GitHub release') {
272+
stage('Create GitHub release') {
273273
steps {
274274
script {
275275
checkoutReleaseScripts()

0 commit comments

Comments
 (0)