업데이트 'Jenkinsfile'

This commit is contained in:
2023-03-24 13:53:33 +09:00
parent 45476059b9
commit b379ad6ddb

2
Jenkinsfile vendored
View File

@@ -36,14 +36,12 @@ podTemplate(
def registry = 'https://10.43.250.34:5000/v2/'
/*
stage("Gradle Build") {
container('gradle') {
sh 'chmod +x ./gradlew'
sh './gradlew build'
}
}
*/
stage("Dockerize and Push") {
sh 'echo 1111'