This commit is contained in:
Gregory Hendrickson
2023-06-09 14:32:14 -07:00
parent 65d01e2b19
commit bb9ecc6caf

3
Jenkinsfile vendored
View File

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