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