This commit is contained in:
arthur tourneyrie 2020-03-15 17:13:54 -04:00
parent 310798eed5
commit cdef6ee4a1

1
Jenkinsfile vendored
View file

@ -1,6 +1,5 @@
pipeline {
slackSend color: 'good', message: 'Message from Jenkins Pipeline'
agent any
stages {
stage('Build') {