Prepare to run Ansible playbook

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

2
Jenkinsfile vendored
View File

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