mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
testing pull request in jenkins pipeline
This commit is contained in:
parent
b9af08c703
commit
ba5befaf8f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
IMAGE = credentials('docker_image_name')
|
IMAGE = credentials('docker_image_name')
|
||||||
REGISTRY = credentials('nexus_url_main')
|
REGISTRY = credentials('nexus_url_mr')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue