pipeline { agent any stages { stage('') { steps { build 'mvn clean install' } } } }