diff --git a/Jenkinsfile b/Jenkinsfile index 709ec7d..3dc4e53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Build') { steps { - sh './gradelw publish' + sh './gradlew publish' script { try { archiveArtifacts artifacts: "**/build/libs/*.jar",fingerprint: true, followSymlinks: false, onlyIfSuccessful: true