Compare commits

...

2 commits

Author SHA1 Message Date
798f5c3f8d move builder
Some checks failed
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
2024-09-08 08:30:57 -07:00
b3d4f99dca update jenkins build 2024-08-09 09:24:03 -07:00
2 changed files with 4 additions and 4 deletions

6
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { label 'ansible' } agent { label 'hugo' }
environment { environment {
CHAT = "morgan@mcmillian.dev" CHAT = "spacenerdmo@clacks.network"
MAIL = "morgan@mcmillian.dev" MAIL = "morgan@mcmillian.dev"
ANSIBLE_HOST_KEY_CHECKING = "False" ANSIBLE_HOST_KEY_CHECKING = "False"
} }
@ -14,7 +14,7 @@ pipeline {
} }
stage('Execute playbook') { stage('Execute playbook') {
steps { steps {
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor") ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
} }
post { post {
success { success {

View file

@ -1,2 +1,2 @@
[web] [web]
aughra.dreamfall.space uryod