This commit is contained in:
Gregory Hendrickson
2023-06-09 14:36:41 -07:00
parent 6c0d797e27
commit de20bb656e

2
Jenkinsfile vendored
View File

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