pipeline { agent any stages { stage('Release') { steps { cmd encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os' } } } }