Polishing.

This commit is contained in:
Greg L. Turnquist
2023-04-04 16:17:32 -05:00
parent ec92259a5d
commit 182193a480

1
Jenkinsfile vendored
View File

@@ -32,7 +32,6 @@ pipeline {
options { timeout(time: 30, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials("${p['docker.credentials']}")
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
}