fix jenkinslib case

This commit is contained in:
Bryan Stitt 2023-11-03 14:57:52 -07:00
parent ac5501621f
commit c54e97afd9

4
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
} }
steps { steps {
script { script {
myBuildandPush.buildAndPush() myBuildAndPush.buildAndPush()
} }
} }
} }
@ -49,7 +49,7 @@ pipeline {
// } // }
// steps { // steps {
// script { // script {
// myBuildandPush.buildAndPush() // myBuildAndPush.buildAndPush()
// } // }
// } // }
// } // }