fix agent label
thrrgilag/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
Details
thrrgilag/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
030ff6c64b
commit
5261d5e005
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent none
|
||||
agent agent { label 'ansible' }
|
||||
environment {
|
||||
CHAT = "morgan@mcmillian.dev"
|
||||
MAIL = "morgan@mcmillian.dev"
|
||||
|
@ -13,7 +13,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Execute playbook') {
|
||||
agent { label 'ansible' }
|
||||
steps {
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue