pipeline { agent any stages { stage('Release') { steps { bat 'oscript ./ci/os/releasemaker.os' } } } }