This commit is contained in:
Gregory Hendrickson
2023-06-09 14:33:30 -07:00
parent bb9ecc6caf
commit 83d45cf3a6

1
Jenkinsfile vendored
View File

@@ -5,6 +5,7 @@ pipeline{
environment { environment {
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred') DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
} }
stages {
stage('Build') { stage('Build') {
steps { steps {