Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-12-08 16:02:19 +09:00 committed by GitHub
parent 7113de7dd5
commit 16b407362b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -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'