mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
7113de7dd5
commit
16b407362b
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -10,12 +10,12 @@ pipeline {
|
|||
DOCKERHUB_CREDENTIALS = credentials('Docker-token')
|
||||
}
|
||||
|
||||
stages{
|
||||
/*stages{
|
||||
stage('Git Clone'){
|
||||
steps {
|
||||
git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main'
|
||||
}
|
||||
}
|
||||
*/}
|
||||
stage('Maven Build'){
|
||||
steps {
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true clean package'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue