업데이트 'Jenkinsfile'

This commit is contained in:
2023-03-22 17:03:56 +09:00
parent ee69705780
commit 1d4ba1a3a5

1
Jenkinsfile vendored
View File

@@ -39,6 +39,7 @@ podTemplate(
stage("Gradle Build") {
container('gradle') {
sh 'chmod +x ./gradlew'
sh './gradlew build'
}
}