mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
added docker stage
This commit is contained in:
parent
64eef4abd5
commit
47798adc58
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ pipeline {
|
|||
|
||||
environment {
|
||||
SONAR_AUTH_TOKEN = credentials('SONAR_AUTH_TOKEN') // Assumes you have stored your token in Jenkins Credentials
|
||||
DOCKER_REGISTRY_CREDENTIALS = credentials('prasannakumarsinganamalla431/****** (dockerhub)')
|
||||
DOCKER_REGISTRY_CREDENTIALS = credentials('prasannakumarsinganamalla431')
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue