diff --git a/Jenkinsfile b/Jenkinsfile index 6a2d151e2..612d95833 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { steps { rtServer ( id: "ARTIFACTORY_SERVER", - url: $artifactory_url, + url: "$artifactory_url", credentialsId: CREDENTIALS ) sh 'mvn validate compile test package'