Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-12-08 15:29:21 +09:00 committed by GitHub
parent 0460604b6f
commit ab6c1d64a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -51,6 +51,7 @@ pipeline {
sh 'kubectl apply -f petclinic-deployment.yaml'
sh 'kubectl apply -f petclinic-service.yaml'
sh "kubectl set image deployment/petclinic workload=wodnr8174/spring-petclinic:latest"
}
}
}
}