fix syntax error
All checks were successful
thrrgilag/morgan.mcmillian.dev/pipeline/head This commit looks good
All checks were successful
thrrgilag/morgan.mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
5261d5e005
commit
fc1990e4f3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent agent { label 'ansible' }
|
agent { label 'ansible' }
|
||||||
environment {
|
environment {
|
||||||
CHAT = "morgan@mcmillian.dev"
|
CHAT = "morgan@mcmillian.dev"
|
||||||
MAIL = "morgan@mcmillian.dev"
|
MAIL = "morgan@mcmillian.dev"
|
||||||
|
|
Loading…
Reference in a new issue