mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
afb55121bb
commit
ce77562a4e
1 changed files with 7 additions and 4 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
maven 'Maven 3' // Global Tool Configuration
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
DOCKERHUB_USERNAME = credentials('dockerhub')
|
DOCKERHUB_USERNAME = credentials('dockerhub')
|
||||||
DOCKERHUB_PASSWORD = credentials('dockerhub')
|
DOCKERHUB_PASSWORD = credentials('dockerhub')
|
||||||
|
|
Loading…
Reference in a new issue