Browse Source

Polishing.

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

1
Jenkinsfile vendored

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

Loading…
Cancel
Save