我想检查python执行的输出,但是我得到了这个错误:
从git https://github.com/mtaghadosi/Jenkins-Project-Test.git org.codehaus.groovy.control中获取了一个Jenkins文件。启动失败:工作流脚本:20:第20行,第18列预期有一个步骤。
stage('run-python'){
status=bat(returnStdout: true, script: 'python ./codes/sample.py')
steps{
echo "$NAME"
echo "$status"
}
}
1条答案
按热度按时间pftdvrlh1#
找到解决方案: