pipeline { agent any stages { stage('Test') { steps { sh 'make role test' } } } }