Skip to content

Commit

Permalink
ci: add gke cluster name to build name
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril authored and gandro committed May 12, 2020
1 parent 83648ec commit e637199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkinsfiles/ginkgo-gke.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ pipeline {
steps {
dir("${TESTDIR}/gke") {
sh './select-cluster.sh'
script {
def name = readFile file: 'cluster-name'
currentBuild.displayName = currentBuild.displayName + " running on " + name
}
}
}
post {
Expand Down

0 comments on commit e637199

Please sign in to comment.