Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Dec 10, 2019
1 parent 937a6a1 commit 4b865c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/ps-innodb-cluster-server/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
stage('Prepare') {
steps {
script {
currentBuild.displayName = "#${BUILD_NUMBER}-${UPSTREAM_VERSION}-${PS_VERSION}-${TEST_DIST##*/}"
currentBuild.displayName = "#${BUILD_NUMBER}-${UPSTREAM_VERSION}-${PS_VERSION}-${TEST_DIST}"
currentBuild.description = "${PS_REVISION}-${INSTALL_REPO}"
env['PS_NODE1_IP'] = "192.168.33.50"
env['PS_NODE2_IP'] = "192.168.33.51"
Expand Down

0 comments on commit 4b865c2

Please sign in to comment.