pipeline { agent any stages { stage('Release') { steps { bat 'C:/GITTEMP/release.cmd' } } } }