Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikpuneet07 committed Sep 28, 2023
1 parent 5065aba commit 00eb59d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pdps/router_docker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ pipeline {
}

stages {
stage('Run test') {
stage('Build') {
steps {
script {
currentBuild.displayName = "#${BUILD_NUMBER}-${DOCKER_ACC}-${ROUTER_VERSION}"
currentBuild.description = "${PS_VERSION}"
}
}
}
}

stage('Run tests') {
steps {
Expand Down

0 comments on commit 00eb59d

Please sign in to comment.