gradlew clean --no-daemon" } stage('npm install') { sh "./gradlew npmInstall -PnodeInstall --no-daemon" } stage('backend tests') { try { // sh ".
確定! 回上一頁