removed creds

This commit is contained in:
Maharshi Patel 2021-01-10 14:20:25 -08:00
parent d85445a3c4
commit 3c85064eea

3
Jenkinsfile vendored
View file

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