Explorar el Código

Update Jenkinsfile

creylopez hace 11 meses
padre
commit
03fc0737bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
         container('kaniko') {
           script {
             sh '''
-            /kaniko/executor --dockerfile `pwd`/Dockerfile \
+            /kaniko/executor --dockerfile `pwd`/Dockerfile.oc \
                              --context `pwd` \
                              --destination=registry.reymota.es/jugaralpadel:${BUILD_NUMBER}
             '''