Explorar el Código

Обновить 'Jenkinsfile'

Vladimir Tomishinets hace 7 años
padre
commit
1b6d04ab4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -47,7 +47,7 @@ pipeline {
            '''
       }
     }
-    stage("Create BIND Docker Image") {
+    stage("\u2778 Create BIND Docker Image") {
       steps {
         echo "\u2600 Create image ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}"
         sh '''docker build --no-cache -t ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER} .