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

10 lines
145 B
Groovy

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