This commit is contained in:
Gregory Hendrickson
2023-06-09 15:56:27 -07:00
parent 92f544f2a7
commit e54556c65a

2
Jenkinsfile vendored
View File

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