https://www.cnblogs.com/xiaochengzi/p/8251805.html
安装Extended Choice Parameter插件
选择‘参数化构建过程’
maven command line中进行引用
clean test -DsuiteXmlFile=src/main/resources/testng.xml -Dgroups="$TESTGROUP"
或者
clean test -DsuiteXmlFile=src/main/resources/testng.xml -Dgroups=${TESTGROUP}
最终效果
文件中的内容 groups=ma
想要自动构建,需要发起post请求 http://localhost:8080/jenkins/job/web%20robot/build?delay=0sec
所有评论(0)