Almost master (#18)

* trying out slack notifications

* print all environment variables

* print all environment variables

* print all environment variables

* print all environment variables

* printenv

* printenv

* find environment variables

* find environment variables

* find environment variables

* find environment variables

* find environment variables

* find environment variables

* post failures for now

* remove erroneous line
This commit is contained in:
Benjamin Stein 2017-08-29 17:23:12 -07:00 committed by GitHub
parent 4a1b7c4ee3
commit f0b57e4613

View file

@ -60,4 +60,9 @@ pipeline {
}
}
}
post {
failure {
slackSend (channel:"#petclinic", color: "CF1318", message: "${env.JOB_NAME} Failed (<${env.BUILD_URL}|Open>)")
}
}
}