随笔分类 - Jenkins
摘要:allure includeProperties: false, jdk: '', report: 'report/allure-report', results: [[path: 'report/allure-results']] 或 allure([ includeProperties: fal
阅读全文
摘要:需要安装插件: PostgreSQL Database然后在global configuration配置数据库连接信息 mytests表存放json数据 import groovy.json.JsonSlurper#Pipeline example: pipeline { agent any sta
阅读全文
摘要:安装: pip3 install python-jenkins lxml Beautifulsoup4 jenkins_server_url = 'http://192.168.24.191:8080/jenkins/' user_id = 'testuser' api_token = '7ca1a
阅读全文
摘要:declarative: pipeline { agent any pipeline { agent any stages { stage('Non-Parallel Stage') { steps { echo 'This stage will be executed first.' } } st
阅读全文
摘要:script: node(){ docker.image(<镜像名>).inside(<参数>){} } declarative: pipeline { agent {label : } stages { stage() { script { docker.image(<镜像名>).inside(<
阅读全文
摘要:https://blog.csdn.net/karamos/article/details/80122486 https://www.cnblogs.com/zyxnhr/p/11802173.html https://cookcode.blog.csdn.net/article/details/8
阅读全文
摘要:Active choice pluginReactive Reference Configurationif (PARAMETER_REF) { return "<input name=\"value\" value=\"\" class=\"setting-input\" type=\"text\
阅读全文
摘要:首推 https://www.cnblogs.com/zhaobowen/p/13514656.html
阅读全文
摘要:pipline stage view
阅读全文
摘要: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
阅读全文
摘要:https://www.cnblogs.com/meiniang/articles/8080401.html pipeline httpResponse
阅读全文
摘要:设置共享库:https://www.cnblogs.com/mascot1/p/10502768.html jenkinsfile中使用: https://www.cnblogs.com/k4nz/p/14361392.html
阅读全文
摘要:https://www.cnblogs.com/jamespeng/p/14803921.html https://www.cnblogs.com/tylerzhou/p/11444579.html
阅读全文
摘要:https://www.codenong.com/15436915/
阅读全文
摘要:http://www.mydlq.club/article/7/
阅读全文
摘要: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
阅读全文
摘要:Job import plugin https://www.jianshu.com/p/35f3f86253a1
阅读全文
摘要:environment { MAGE_REPO_CREDENTIALS = credentials('COMPOSER_REPO_MAGENTO') COMPOSER_AUTH = """{ "http-basic": { "repo.magento.com": { "username": "${e
阅读全文
摘要:http://www.jenkins.org.cn/1207.html
阅读全文
摘要:https://www.jianshu.com/p/35f3f86253a1 https://zhuanlan.zhihu.com/p/349364389
阅读全文