Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-09-23 13:17:42 -05:00
parent f8f680cbf7
commit aa957c1777

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('paperclipJar') { stage('paperclipJar') {
steps { steps {
withGradle { withGradle {
sh './gradlew createReobfPaperclipJar' sh './gradlew createReobfPaperclipJar --stacktrace --info'
} }
sh """ sh """
#!/bin/sh #!/bin/sh