Sfoglia il codice sorgente

Updated deploys with Ansible+Docker

fooser 7 anni fa
parent
commit
3aa410b391
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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