mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05: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 {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven 3' // Global Tool Configuration
|
||||
}
|
||||
environment {
|
||||
DOCKERHUB_USERNAME = credentials('dockerhub')
|
||||
DOCKERHUB_PASSWORD = credentials('dockerhub')
|
||||
|
|
Loading…
Reference in a new issue