diff --git a/Jenkinsfile b/Jenkinsfile index e7833930..dccd797d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { } steps { script { - myBuildandPush.buildAndPush() + myBuildAndPush.buildAndPush() } } } @@ -49,7 +49,7 @@ pipeline { // } // steps { // script { - // myBuildandPush.buildAndPush() + // myBuildAndPush.buildAndPush() // } // } // }