Skip to content

Commit b770afd

Browse files
committed
[Build] Fix name of stage in marking job
1 parent 449f30f commit b770afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsJobs/Builds/markBuild.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
label 'basic'
2222
}
2323
stages {
24-
stage('Update index'){
24+
stage('Mark ''' + marker + ''''){
2525
steps { // workspace is not always cleaned by default. Clean before custom tools are installed into workspace.
2626
sshagent(['projects-storage.eclipse.org-bot-ssh']) {
2727
sh \'''#!/bin/bash -xe

0 commit comments

Comments
 (0)