摘要:
Jenkins Git集成 1.新建项目 2.新建gitlab项目 克隆地址 3.添加git选项 4.build并查看日志 阅读全文
摘要:
Jenkins 参数集成 1.新建项目 2.添加选项 #!/bin/sh echo "Current deploy environment is $deploy_env" echo "The build is $version" echo "The paasword is $pass" if $bo 阅读全文