Tomishinets Vladimir hace 4 años
padre
commit
5cb1e3bbb1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      devK8s.Jenkinsfile

+ 1 - 0
devK8s.Jenkinsfile

@@ -119,6 +119,7 @@ pipeline {
     stage("Build Image") {
       steps {
         script {
+          sh "ls -al ${BUILD_IMAGE_DIR}"
           dir(BUILD_IMAGE_DIR) {
             COMMIT = sh(script: "cat version 2> /dev/null", returnStdout: true).trim()
             IMAGE_TO_PUSH = "${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${COMMIT}-${BUILD_NUMBER}"