This commit is contained in:
Gregory Hendrickson
2023-06-09 15:31:08 -07:00
parent 716f0545ed
commit 3f43b900da

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
SSH_CREDENTIALS=credentials('ssh-credentials')
SSH_CREDENTIALS=credentials('ssh-cred')
}
stages {