This commit is contained in:
Gregory Hendrickson
2023-06-09 14:40:27 -07:00
parent 0d58f9327b
commit 383df90238

2
Jenkinsfile vendored
View File

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