#!groovy pipeline { agent { kubernetes { defaultContainer 'jnlp' } } stages { stage('Build') { steps { sh 'No build steps configured.' } } } }