Commit Graph

4 Commits

Author SHA1 Message Date
Teriuihi 2127933b0a Update Gradle build command in Jenkinsfile
Changed the Gradle build step to use 'bash' for executing the gradlew script. This ensures compatibility across different environments where the script might need a specific shell interpreter.
2024-10-18 19:30:54 +02:00
Teriuihi 89122cfa4b Update Gradle build command in Jenkinsfile
Revised the Gradle stage to use 'gradlew build' instead of 'gradlew shadowJar' for better compatibility. This change ensures the build process aligns with the default Gradle task and simplifies the Jenkins pipeline configuration.
2024-10-18 19:27:23 +02:00
Teriuihi 2345f3b9a3 Fix Gradle build command in Jenkinsfile
Changed the Gradle command to explicitly run with bash. This ensures compatibility across different environments where the default shell might cause issues. The stage remains the same, focusing only on command execution improvement.
2024-10-18 17:53:18 +02:00
Teriuihi 5d843211c0 Initial commit 2024-10-18 17:49:49 +02:00