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
2d5e59459a
commit
145b609595
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
|
@ -11,12 +11,12 @@ pipeline {
|
|||
DOCKERHUB_CREDENTIALS = credentials('Docker-token')
|
||||
}
|
||||
|
||||
stages{
|
||||
/*stage('Git Clone'){
|
||||
steps {
|
||||
git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main'
|
||||
}
|
||||
*/}
|
||||
stages {
|
||||
//stage('Git Clone'){
|
||||
//steps {
|
||||
//git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main'
|
||||
//}
|
||||
//}
|
||||
stage('Maven Build'){
|
||||
agent {
|
||||
docker {
|
||||
|
|
@ -75,4 +75,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue