pipeline { agent {label: "132"} stages { stage('build') { steps { bat 'npm --v' } } } }