diff --git a/Jenkinsfile b/Jenkinsfile index 660fe781e..585b147a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,8 +26,7 @@ pipeline { steps { rtServer ( id: "ARTIFACTORY_SERVER", - url: "$artifactory_url", - credentialsId: "$CREDENTIALS" + url: "$artifactory_url" ) sh 'mvn validate compile test package' }