pipeline { agent any stages { stage('Clean') { steps { bat "ant clean" } } } }