fixed syntax

This commit is contained in:
Maharshi Patel 2021-01-10 14:10:55 -08:00
parent b2573716b1
commit 1ba8b0985d

2
Jenkinsfile vendored
View file

@ -26,7 +26,7 @@ pipeline {
steps { steps {
rtServer ( rtServer (
id: "ARTIFACTORY_SERVER", id: "ARTIFACTORY_SERVER",
url: $artifactory_url, url: "$artifactory_url",
credentialsId: CREDENTIALS credentialsId: CREDENTIALS
) )
sh 'mvn validate compile test package' sh 'mvn validate compile test package'