Browse Source

Updated deploys with Ansible+Docker

fooser 7 năm trước cách đây
mục cha
commit
3aa410b391
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'
             }
         }