Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-12-08 16:25:54 +09:00 committed by GitHub
parent 2d5e59459a
commit 145b609595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
Jenkinsfile vendored
View file

@ -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 {
}
}
}
}