Jenkinsfile stage not failing despite step failling

前端 未结 0 1091
感动是毒
感动是毒 2021-01-12 00:13
stage(\'python\') {
  sh script: \'\'\'
    #!/bin/bash
    set -ex

    python2.7 -u run_test.py                     <--- this script had a import error but stag         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题