This commit is contained in:
Gregory Hendrickson
2023-06-09 13:55:34 -07:00
parent 8efb3e47aa
commit 756b5a7022

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline{
agent any
environment {
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred'),
SSH_CREDNETIALS=credentials('ssh-creds')
}