added Jenkinsfile
All checks were successful
multibranch_ansible/pipeline/head This commit looks good

This commit is contained in:
2023-06-06 15:17:24 +02:00
parent 7182d1cdfc
commit 1df8d130b3

8
Jenkinsfile vendored
View File

@@ -24,10 +24,10 @@ pipeline {
}
}
stage('Ansible Remote') {
agent any
// {
// label 'master'
// }
agent
{
label 'master'
}
steps {
ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: '192.168.50.40,', playbook: 'test_play.yml'
}