1 Star 0 Fork 35

lijingweidawang/jenkins4python_1

forked from kevin_gao71/jenkins4python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevin_gao71 提交于 2024-10-13 16:31 . 增加文件Jenkinsfile
pipeline{
agent any
stages{
stage('Test'){
steps{
bat 'd:'
bat 'cd D:/TestLab/jenkins/workspace/test_jenkins_pipline@script/8ca67be29e3838961411118d691eacc9ef751f3f1fe20f2e8f85b44f656790a3'
bat 'python -m pytest -clean --alluredir allure-results'
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/king-li-jingwei/jenkins4python_1.git
[email protected]:king-li-jingwei/jenkins4python_1.git
king-li-jingwei
jenkins4python_1
jenkins4python_1
master

搜索帮助