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 {
rtServer (
id: "ARTIFACTORY_SERVER",
url: "$artifactory_url",
credentialsId: "$CREDENTIALS"
url: "$artifactory_url"
)
sh 'mvn validate compile test package'
}