fix syntax error
All checks were successful
thrrgilag/morgan.mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-11-10 16:20:31 -08:00
parent 5261d5e005
commit fc1990e4f3

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent agent { label 'ansible' }
agent { label 'ansible' }
environment {
CHAT = "morgan@mcmillian.dev"
MAIL = "morgan@mcmillian.dev"