This commit is contained in:
Gregory Hendrickson
2023-06-09 13:54:45 -07:00
parent 0cf06d15e7
commit 8efb3e47aa

1
Jenkinsfile vendored
View File

@@ -4,6 +4,7 @@ pipeline{
environment {
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
SSH_CREDNETIALS=credentials('ssh-creds')
}
stages {