Explorar el Código

Updated files

fooser hace 7 años
padre
commit
44627ff770
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -19,7 +19,7 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'ansible-playbook -i dockerbox, ansible_playbook.yaml'
+                sh 'ansible-playbook -vvvv -i dockerbox, ansible_playbook.yaml'
             }
         }
     }