Browse Source

Polishing.

pull/1486/head
Greg L. Turnquist 3 years ago
parent
commit
182193a480
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

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

Loading…
Cancel
Save