This commit is contained in:
Gregory Hendrickson
2023-06-09 15:48:52 -07:00
parent 27abf83b77
commit 29555ce80e

2
Jenkinsfile vendored
View File

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