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,6 +23,7 @@ pipeline {
} }
} }
stage('Run Ansible playbook') { stage('Run Ansible playbook') {
steps {
sh ''' sh '''
pwd pwd
ls ls
@@ -30,4 +31,5 @@ pipeline {
} }
} }
} }
}