文章分类 -  Jenkins

摘要:import hudson.model.*; //(废弃) def call(String serverip,String imageName,String dockerFileSvnPath,String projectlist,String centerName) { def now_date= 阅读全文
posted @ 2021-07-17 15:36 Zz~ 阅读(63) 评论(0) 推荐(0)
摘要:import hudson.model.*; def call(String imageName) { result = sh(script: "docker image ls '${imageName}:latest' |wc -l", returnStdout: true).trim() //i 阅读全文
posted @ 2021-07-17 15:33 Zz~ 阅读(1479) 评论(0) 推荐(0)
摘要:@Library('my-share') _ import hudson.model.*; pipeline { agent any environment { devConfFileSvnUrl = "http://1.119.142.186:82/svn/svndate/renrenlv/doc 阅读全文
posted @ 2021-07-17 15:29 Zz~ 阅读(107) 评论(0) 推荐(0)
摘要:import hudson.model.*; import java.io.File; //checkout 单独的项目 def call(String url,String platname) { def svn_username="redmine" def svn_password="redmi 阅读全文
posted @ 2021-07-17 15:28 Zz~ 阅读(123) 评论(0) 推荐(0)