Skip to content

Commit 0e14ed2

Browse files
committed
Clearer stage names in release process
1 parent b828cc7 commit 0e14ed2

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
@@ -98,7 +98,7 @@ pipeline {
9898
)
9999
}
100100
stages {
101-
stage('Release check') {
101+
stage('Check') {
102102
steps {
103103
script {
104104
print "INFO: params.RELEASE_VERSION = ${params.RELEASE_VERSION}"
@@ -177,7 +177,7 @@ pipeline {
177177
}
178178
}
179179
}
180-
stage('Release prepare') {
180+
stage('Prepare') {
181181
steps {
182182
script {
183183
checkoutReleaseScripts()
@@ -203,7 +203,7 @@ pipeline {
203203
}
204204
}
205205
}
206-
stage('Publish release') {
206+
stage('Publish') {
207207
steps {
208208
script {
209209
checkoutReleaseScripts()
@@ -243,7 +243,7 @@ pipeline {
243243
}
244244
}
245245
}
246-
stage('Website release') {
246+
stage('Update website') {
247247
steps {
248248
script {
249249
checkoutReleaseScripts()
@@ -270,7 +270,7 @@ pipeline {
270270
}
271271
}
272272
}
273-
stage('GitHub release') {
273+
stage('Create GitHub release') {
274274
steps {
275275
script {
276276
checkoutReleaseScripts()

0 commit comments

Comments
 (0)