Re: Next LTS baseline selection

2019-11-21 Thread
I don't know much about the jenkins master. I only commented on the JCasC issue. I have the same idea as James, *no level of dataloss is acceptable*. So I will choose 2.199+ as the base line for the next lts. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Proposal: new initialization milestone for configuration-as-code-plugin

2019-11-19 Thread
d and agreed at the JCasC > project meetings before, so it is rather a matter of a reference > implementation for JEP. > > BR, Oleg > > On Tuesday, November 19, 2019 at 9:48:03 AM UTC+1, 夏润泽 wrote: >> >> Hi all: >> This question about casc has occurred more frequen

Proposal: new initialization milestone for configuration-as-code-plugin

2019-11-19 Thread
Hi all: This question about casc has occurred more frequently after my recent upgrade. Jenkins version (2.176.2) CascPlugin version (1.27) I recently upgraded to Jenkins version 2.199 to see who caused the problem ( https://issues.jenkins-ci.org/browse/JENKINS-58993) I found out that it was

Config as code runs too early in the lifecycle

2019-11-18 Thread
Hi all: This question about casc has occurred more frequently after my recent upgrade. Jenkins version (2.176.2) CascPlugin version (1.27) I recently upgraded to Jenkins version 2.199 to see who caused the problem (https://issues.jenkins-ci.org/browse/JENKINS-58993) I found out that it was

Re: Jenkins using Eclipse OpenJ9

2019-09-20 Thread
Also hope to have an openj9 version of jenkins/jnlp, which will greatly improve the dynamic agent of the container environment. On Wednesday, September 18, 2019 at 6:13:09 AM UTC+8, Irwin D'Souza wrote: > > Hi all, > > I'm a dev over at Eclipse OpenJ9 (https://github.com/eclipse/openj9). I >

Re: Jenkins using Eclipse OpenJ9

2019-09-20 Thread
Also hope to have an openj9 version of jenkins/jnlp, which will greatly improve the dynamic agent of the container environment !!! Best > > RunZe XIa -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and

abort queued/running build if new one is started

2019-07-31 Thread
Hi all: When I was looking for a solution to this problem, many people would recommend adding a groovy script to the pipeline. https://stackoverflow.com/questions/40760716/jenkins-abort-running-build-if-new-one-is-started I have some questions about this, why not have a jenkins step

Re: What is the classpath of my plugin's library?

2019-06-18 Thread
yes On Wednesday, June 19, 2019 at 1:18:42 AM UTC+8, Jesse Glick wrote: > > On Tue, Jun 18, 2019 at 10:11 AM 夏润泽 > > wrote: > > I also found some references on jenkins.io > > Specifically > https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-l

What is the classpath of my plugin's library?

2019-06-18 Thread
Hi dev: I am working on some plugins, and the kubernetes client library has been introduced in my plugin. This library uses the classloader to initialize something.

ping kubernetes-cd-plugin maintainer

2019-02-19 Thread
hi all : The kuberenetes cd plugin is a great plugin, but the kuberntnetes are developing very quickly, which makes the maintenance of the plugin important and difficult. There are a lot of WIP problems in this repository, and there are also many PRs waiting to be reviewed. Is it possible

Re: jenkins official kubernetes operator

2019-01-24 Thread
> > Making backup of ~50GB is not good idea. I don't want to make snowflake. > When new Jenkins master comes up it should starts with empty > `$JENKINS_HOME` and jenkins-operator have to configure it to desire state. > Backup is triggered before Jenkins master pod deletion and it have to be >

Re: jenkins official kubernetes operator

2019-01-23 Thread
Sounds great, I can help the JEP process. On Wednesday, January 23, 2019 at 10:16:25 PM UTC+8, Tomasz Sęk wrote: > > Hi all, > > My name is Tomasz Sęk and I work in Virtuslab company > as a senior DevOps engineer. I'm the main maintainer of >

Re: jenkins official kubernetes operator

2019-01-21 Thread
I have checked this repo, I think some of the function points are coincident, such as the integration of CasC. But the final features may not be consistent, perhaps we should discuss their ideas about the operator? On Monday, January 21, 2019 at 2:34:01 PM UTC+8, nicolas de loof wrote: > > Have

Re: jenkins official kubernetes operator

2019-01-20 Thread
prototype, agree on that > in this thread and then to create a specification Jenkins Enhancement > Proposal <https://github.com/jenkinsci/jep> to document YAML formats and > the command line options. > > Best regards, > Oleg > > > On Sunday, January 20, 2019 at 3:05:27

Re: jenkins official kubernetes operator

2019-01-17 Thread
th this idea > > { >"regards" : { > "name" : “marky”, > "phone" : "+1 (408) 464 2965”, > "email" : “marky.r...@gmail.com ", > "team" : "jackson5“ > } > } > > On Jan 15, 2019,

Re: jenkins official kubernetes operator

2019-01-17 Thread
Recently there are a lot of things in the company, I will submit relevant PR on the weekend. On Wednesday, January 16, 2019 at 12:38:24 AM UTC+8, Jesse Glick wrote: > > On Tue, Jan 15, 2019 at 7:56 AM 夏润泽 > > wrote: > > we could use the k8s jenkins operator

Re: A new home for Jenkins

2019-01-17 Thread
Good News. As a user in China, I also hope that more and more Chinese users can use Jenkins and participate in the contribution. On Thursday, January 17, 2019 at 2:57:51 AM UTC+8, Kohsuke Kawaguchi wrote: > > Ever since our project got our present ‘Jenkins’ name in 2011, we’ve > always been

Re: jenkins official kubernetes operator

2019-01-15 Thread
<https://www.google.com/url?q=https%3A%2F%2Fmedium.com%2F%40jdrawlings%2Fserverless-jenkins-with-jenkins-x-9134cbfe6870=D=1=AFQjCNH9ZwsTYcS9yFjzJP4c6F5zDq7bTA> > > On Tue, Jan 15, 2019 at 6:37 AM 夏润泽 > > wrote: > >> Hi dev: >>In the cloud native domain, kuber

Re: jenkins official kubernetes operator

2019-01-15 Thread
t that >> anymore (if you can use serverless). >> >> >> [1] >> https://medium.com/@jdrawlings/serverless-jenkins-with-jenkins-x-9134cbfe6870 >> >> On Tue, Jan 15, 2019 at 6:37 AM 夏润泽 > >> wrote: >> >>> Hi dev: >>>In the

jenkins official kubernetes operator

2019-01-14 Thread
Hi dev: In the cloud native domain, kubernetes is an important part, and now many software are using kubernetes operator to manage applications in kubernetes. Now we can manage jenkins through groovy scripts, casc plugins, etc.In particular, the casc plugin allows us to manage jenkins

Re: concurrent security in role-strategy-plugin plugin

2018-12-04 Thread
I have already submitted a PR for this question. Can someone give me some advice? https://github.com/jenkinsci/role-strategy-plugin/pull/48 在 2018年12月2日星期日 UTC+8下午10:53:48,夏润泽写道: > > Hello > I want to try to fix the concurrency issue of the role strategy > plugin. How shou

concurrent security in role-strategy-plugin plugin

2018-12-02 Thread
Hello I want to try to fix the concurrency issue of the role strategy plugin. How should I achieve this step? https://issues.jenkins-ci.org/browse/JENKINS-54900 I think this part of the work mainly needs to achieve the following two goals. 1.Requests for add/delete/modify

Re: Apply to become a queue clean up plugin maintainer

2018-11-04 Thread
v wrote: >> > Please add the current maintainer to CC in this thread >> > >> > On Thursday, November 1, 2018 at 4:47:03 PM UTC+1, 夏润泽 wrote: >> > >> > Hi jenkins developers: >> > >> > When I want to improve the queue clean up

Re: Proposal: Pipeline Authoring SIG

2018-11-03 Thread
I'm interested  在 2018年10月15日星期一 UTC+8下午5:12:13,Andrew Bayer写道: > > I’d like to propose the creation of a “Pipeline Authoring” SIG, with > myself as the lead. The focus of this SIG would be on improving all aspects > of the user experience around authoring Jenkins Pipeline. This includes: > *

Apply to become a queue clean up plugin maintainer

2018-11-01 Thread
Hi jenkins developers: When I want to improve the queue clean up plugin, the current maintainer marks the plugin as exploit. Now I want to apply for the maintainer of the queue clean up plugin. https://github.com/jenkinsci/queue-cleanup-plugin/pull/1 Github Id : runzexia Jenkins infrastructure