s152483-notify/Jenkinsfile
2020-04-03 15:07:16 +02:00

10 lines
143 B
Groovy

pipeline {
agent any
stages {
stage('mail') {
steps {
print ${message}
}
}
}
}