mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
acd9056e72
commit
89b112d701
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
DOCKERHUB_CREDENTIALS = credentials('mihaivalentingeorgescu-dockerhub')
|
||||
}
|
||||
stages {
|
||||
stage('Checkstyle') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue