Changed Jenkinsfile

This commit is contained in:
Tschipp 2022-12-05 00:47:46 +01:00
parent 555b484c1a
commit 2d24b3d8ce

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
steps { steps {
withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) { withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) {
echo 'Building' echo 'Building'
sh './gradlew build' sh './gradlew build publish'
} }
} }
} }