mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Added Jenkinsfile
This commit is contained in:
parent
fb7e47b760
commit
a784ad1c5e
1 changed files with 7 additions and 2 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -18,7 +18,12 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('') {
|
||||
steps {
|
||||
sh 'echo \'Deployment\''
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue