mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
testing jenkins pr
This commit is contained in:
parent
104f601edf
commit
5003922045
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -49,7 +49,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage ('Docker Push to Main') {
|
stage ('Docker Push to Main') {
|
||||||
when {
|
when {
|
||||||
branch 'main'
|
branch 'main' // add comment to test pr
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
REGISTRY = credentials('nexus_url_main')
|
REGISTRY = credentials('nexus_url_main')
|
||||||
|
|
Loading…
Reference in a new issue