업데이트 'Jenkinsfile'

This commit is contained in:
2023-03-24 15:00:23 +09:00
parent 5b5dd8ce2c
commit 060957e7c7

2
Jenkinsfile vendored
View File

@@ -36,6 +36,7 @@ podTemplate(
def registry = 'https://10.43.250.34:5000/v2/'
/*
echo "gradle build"
stage("Gradle Build") {
container('gradle') {
@@ -45,6 +46,7 @@ podTemplate(
echo "gradle build end"
}
}
*/
stage("Dockerize and Push") {
echo "docker start"