Browse Source

Updated deploys with Ansible+Docker

fooser 7 years ago
parent
commit
3aa410b391
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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