This commit is contained in:
Gregory Hendrickson
2023-06-09 12:08:56 -07:00
parent 8f32fd7c60
commit 5abebd2799

1
Jenkinsfile vendored
View File

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