Install newman in jenkins Try this. pipeline{ agent { label 'build' } stages { stage('Run API Tests') { steps { sh 'npm install -g newman' ...
確定! 回上一頁