Skip to content

Commit

Permalink
change stage name
Browse files Browse the repository at this point in the history
  • Loading branch information
adermxzs committed Oct 20, 2019
1 parent 2b5b1a3 commit edaa054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-Agent-Test-3
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pipeline {
sh 'bash test/plugin/run.sh --build_id=${BUILD_ID} postgresql-scenario'
}
}
stage('postgresql-above9.4.1207 (16)') {
stage('postgresql-9.4.1207+ (16)') {
steps {
sh 'bash test/plugin/run.sh --build_id=${BUILD_ID} postgresql-above9.4.1207-scenario'
}
Expand Down

0 comments on commit edaa054

Please sign in to comment.