随笔分类 -  Jenkins

摘要:allure includeProperties: false, jdk: '', report: 'report/allure-report', results: [[path: 'report/allure-results']] 或 allure([ includeProperties: fal 阅读全文
posted @ 2022-07-05 22:32 i舒 阅读(321) 评论(0) 推荐(0) 编辑
摘要:需要安装插件: PostgreSQL Database然后在global configuration配置数据库连接信息 mytests表存放json数据 import groovy.json.JsonSlurper#Pipeline example: pipeline { agent any sta 阅读全文
posted @ 2022-05-23 13:59 i舒 阅读(449) 评论(0) 推荐(0) 编辑
摘要:安装: pip3 install python-jenkins lxml Beautifulsoup4 jenkins_server_url = 'http://192.168.24.191:8080/jenkins/' user_id = 'testuser' api_token = '7ca1a 阅读全文
posted @ 2022-04-26 14:08 i舒 阅读(199) 评论(0) 推荐(0) 编辑
摘要:declarative: pipeline { agent any pipeline { agent any stages { stage('Non-Parallel Stage') { steps { echo 'This stage will be executed first.' } } st 阅读全文
posted @ 2021-08-28 21:13 i舒 阅读(87) 评论(0) 推荐(0) 编辑
摘要:script: node(){ docker.image(<镜像名>).inside(<参数>){} } declarative: pipeline { agent {label : } stages { stage() { script { docker.image(<镜像名>).inside(< 阅读全文
posted @ 2021-07-14 23:17 i舒 阅读(77) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/karamos/article/details/80122486 https://www.cnblogs.com/zyxnhr/p/11802173.html https://cookcode.blog.csdn.net/article/details/8 阅读全文
posted @ 2021-07-13 22:17 i舒 阅读(15) 评论(0) 推荐(0) 编辑
摘要:Active choice pluginReactive Reference Configurationif (PARAMETER_REF) { return "<input name=\"value\" value=\"\" class=\"setting-input\" type=\"text\ 阅读全文
posted @ 2021-07-09 19:15 i舒 阅读(294) 评论(0) 推荐(0) 编辑
摘要:首推 https://www.cnblogs.com/zhaobowen/p/13514656.html 阅读全文
posted @ 2021-07-03 00:12 i舒 阅读(98) 评论(0) 推荐(0) 编辑
摘要:pipline stage view 阅读全文
posted @ 2021-07-02 23:51 i舒 阅读(197) 评论(0) 推荐(0) 编辑
摘要:GET /job/:job-name/:run-id/execution/node/:node-id/wfapi/log https://github.com/jenkinsci/pipeline-stage-view-plugin/tree/master/rest-api#get-jobjob-n 阅读全文
posted @ 2021-06-30 20:19 i舒 阅读(218) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/meiniang/articles/8080401.html pipeline httpResponse 阅读全文
posted @ 2021-06-29 22:25 i舒 阅读(560) 评论(0) 推荐(0) 编辑
摘要:设置共享库:https://www.cnblogs.com/mascot1/p/10502768.html jenkinsfile中使用: https://www.cnblogs.com/k4nz/p/14361392.html 阅读全文
posted @ 2021-06-17 09:35 i舒 阅读(95) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/jamespeng/p/14803921.html https://www.cnblogs.com/tylerzhou/p/11444579.html 阅读全文
posted @ 2021-06-11 07:48 i舒 阅读(267) 评论(0) 推荐(0) 编辑
摘要:https://www.codenong.com/15436915/ 阅读全文
posted @ 2021-05-31 13:32 i舒 阅读(253) 评论(0) 推荐(0) 编辑
摘要:http://www.mydlq.club/article/7/ 阅读全文
posted @ 2021-05-31 09:36 i舒 阅读(29) 评论(0) 推荐(0) 编辑
摘要:because the document's frame is sandboxed and the 'allow-scripts' permission is not set vi /etc/default/jenkins JAVA_ARGS="${JAVA_ARGS} -Dhudson.model 阅读全文
posted @ 2021-05-27 18:45 i舒 阅读(1782) 评论(0) 推荐(0) 编辑
摘要:Job import plugin https://www.jianshu.com/p/35f3f86253a1 阅读全文
posted @ 2021-05-27 14:48 i舒 阅读(63) 评论(0) 推荐(0) 编辑
摘要:environment { MAGE_REPO_CREDENTIALS = credentials('COMPOSER_REPO_MAGENTO') COMPOSER_AUTH = """{ "http-basic": { "repo.magento.com": { "username": "${e 阅读全文
posted @ 2021-05-27 14:47 i舒 阅读(412) 评论(0) 推荐(0) 编辑
摘要:http://www.jenkins.org.cn/1207.html 阅读全文
posted @ 2021-05-27 10:37 i舒 阅读(34) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/35f3f86253a1 https://zhuanlan.zhihu.com/p/349364389 阅读全文
posted @ 2021-05-27 10:32 i舒 阅读(34) 评论(0) 推荐(0) 编辑