摘要:
![](https://img2022.cnblogs.com/blog/2688333/202203/2688333-20220313235518321-118841876.png) 阅读全文
摘要:
解决: 配置一个凭证username and password 类型的凭证: username: 发送邮件的邮箱账户 pwd: 该邮箱的授权码 在:Extended E-mail Notification 中添加 阅读全文
摘要:
org.codehaus.cargo.container.ContainerException: The [cargo.remote.username] and [cargo.remote.password] properties are mandatory and need to be defin 阅读全文
摘要:
之前 OpenJDK 1.8 + Jenkis 2.28x 环境被搞炸了, 重新用 OpenJDK 11 + Jenkis 2.332 安装: [root@localhost ~]# rpm -ivh jenkins-2.332-1.1.noarch.rpm 警告:jenkins-2.332-1.1 阅读全文
摘要:
添加位置: 演示String Parameter 添加位置: 定于后,项目界面的Biuld Now 变为Build with parameter,我们可以指定一些参数值: 关键是Jenkinsfile 中要通过${branch}的方式去引用变量: master 分支修改JSP并提交: 新建分支:v1 阅读全文