fixed syntax

This commit is contained in:
Maharshi Patel 2021-01-10 14:16:17 -08:00
parent 1ba8b0985d
commit d85445a3c4

2
Jenkinsfile vendored
View file

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