diff --git a/Jenkinsfile b/Jenkinsfile index 97cc356..87a2bb7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { steps { withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) { echo 'Building' - sh './gradlew build' + sh './gradlew build publish' } } }