This commit is contained in:
Gregory Hendrickson
2023-06-09 14:39:02 -07:00
parent 0916575a54
commit 0d58f9327b

1
Jenkinsfile vendored
View File

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