Prepare to run Ansible playbook

This commit is contained in:
2023-03-18 04:25:44 +01:00
parent a57a32ef44
commit 62375fc7a8

10
Jenkinsfile vendored
View File

@@ -23,10 +23,12 @@ pipeline {
} }
} }
stage('Run Ansible playbook') { stage('Run Ansible playbook') {
sh ''' steps {
pwd sh '''
ls pwd
''' ls
'''
}
} }
} }
} }