Re: default container in Kubernetes plugin

2021-03-20 Thread Carlos Sanchez
gt; > A terça-feira, 21 de agosto de 2018 à(s) 12:57:00 UTC+1, car...@apache.org > escreveu: > >> You can submit a PR. Opening a ticket won't help much as I won't have >> time to implement it >> >> On Tue, Aug 21, 2018, 12:59 arch wrote: >> >>> ok,

Re: Proposal: Official Docker Image maintenance team (Jenkins and Agents)

2019-12-10 Thread Carlos Sanchez
v >> wrote: >> > >> >  >> > BTW, I suggest the following list of maintainers based on the recent >> activity: >> > >> > Mark Waite >> > Alex Earl >> > Carlos Sanchez >> > Oleg Nenashev >> > Baptiste Mathus >> &

Upcoming changes to docker official java images

2019-05-24 Thread Carlos Sanchez
https://github.com/docker-library/openjdk/pull/322 I don't have the time right now to go through the implications for the jenkins images, so if someone wants to take a look -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: Proposal: Automating dependency management for repositories inside the jenkinsci org

2019-05-02 Thread Carlos Sanchez
please add https://github.com/jenkinsci/kubernetes-plugin thanks On Wed, Mar 27, 2019 at 5:33 PM Jesse Glick wrote: > Please remove `pipeline-cloudwatch-logs-plugin` since its interesting > tests are not currently run in CI. > > -- > You received this message because you are subscribed to the

Re: jenkins official kubernetes operator

2019-02-15 Thread Carlos Sanchez
I'll be sending a note to the group soon to close the dates https://groups.google.com/forum/#!forum/jenkins-cloud-native-sig On Fri, Feb 15, 2019 at 4:35 PM Tomasz Sęk wrote: > > Hi Carlos, > > I can introduce operator at the next Cloud Native SIG meeting. Cloud you > provide more information

Re: jenkins official kubernetes operator

2019-02-15 Thread Carlos Sanchez
Would Tomasz or anyone else working on the operator like to introduce it at the next Cloud Native SIG meeting the week of February 25th? On Thu, Feb 14, 2019 at 7:35 AM Oleg Nenashev wrote: > Hi Tomasz, > > Before I proceed with this request, would you like to start from an > Experimental

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Carlos Sanchez
is it the port or the ip? I've seen that error when it tried to bind to an ip address that did not exist On Wed, Jan 30, 2019 at 9:10 PM Victor Martinez < victormartinezru...@gmail.com> wrote: > Hi guys, > > I'm running out of ideas. I'm getting some binding errors when running the > tests for

Running Jenkins Pipelines in AWS Lambda

2019-01-30 Thread Carlos Sanchez
In case anyone is interested I created a PoC to run jenkinsfile-runner in AWS Lambda for a totally serverless execution. https://github.com/carlossg/jenkinsfile-runner-lambda https://blog.csanchez.org/2019/01/29/running-jenkins-pipelines-in-aws-lambda/ -- You received this message because you

Re: A new home for Jenkins

2019-01-17 Thread Carlos Sanchez
Great news for the community! Thanks KK On Wed, Jan 16, 2019 at 7:58 PM Kohsuke Kawaguchi wrote: > Ever since our project got our present ‘Jenkins’ name in 2011, we’ve > always been conscious about the governance of this project. It’s a key part > of ensuring the well-being of the project.

Re: jenkins official kubernetes operator

2019-01-15 Thread Carlos Sanchez
I thought about it, and yes it would be interesting to have an operator that watches a configmap and ensures jenkins is always updated. However with serverless jenkins[1] you wouldn't need to worry about that anymore (if you can use serverless). [1]

Re: kubernetes-plugin could use Jobs instead of bare Pods

2018-11-26 Thread Carlos Sanchez
t; Regards, > Daniel > > Am Donnerstag, 22. November 2018 16:42:04 UTC+1 schrieb Carlos Sanchez: > > It's not using jobs because they did not exist when the plugin was > created, and yes, it would be a good addition to the plugin. > > Note that I don't think it would f

Re: kubernetes-plugin could use Jobs instead of bare Pods

2018-11-22 Thread Carlos Sanchez
have the gi repo cloned after agent restart On Thu, Nov 22, 2018 at 4:04 PM wrote: > Hi all, > > I am working on a kubernetes cluster for Jenkins. I quickly found Carlos > Sanchez' kubernetes-plugin and started using and adapting it. > The plugin creates "bare" Po

Re: Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Carlos Sanchez
can you post the specific error On Wed, Sep 12, 2018 at 4:11 PM Emir Özbir wrote: > Sorry about that > I want write " your image has some spesific configuration" for > configuration aa code plugin > > 12 Eyl 2018 Çar 12:03 tarihinde Carlos Sanchez şunu > yazdı: &g

Re: Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Carlos Sanchez
can you post the specific error > Maybe csanchez/jenkins-kubernetes-configuration-as-code has a some spesific error . I thought you said that image worked and the one you provided didn't On Wed, Sep 12, 2018 at 10:18 AM Emir Özbir wrote: > I've a big trouble with KUBERNETES and Configuration

Re: default container in Kubernetes plugin

2018-08-21 Thread Carlos Sanchez
You can submit a PR. Opening a ticket won't help much as I won't have time to implement it On Tue, Aug 21, 2018, 12:59 arch wrote: > ok, do I need create a ticket in > https://issues.jenkins-ci.org/secure/Dashboard.jspa first? > > On Tue, Aug 21, 2018 at 6:57 PM Carlos Sa

Re: default container in Kubernetes plugin

2018-08-21 Thread Carlos Sanchez
sounds good to me On Tue, Aug 21, 2018 at 12:38 PM arch wrote: > Yes, I get your point. So I suggest offer a UI option, and let end users > make choice. > > On Tue, Aug 21, 2018 at 6:34 PM Carlos Sanchez wrote: > >> the problem is how to know when you want a contai

Re: default container in Kubernetes plugin

2018-08-21 Thread Carlos Sanchez
the problem is how to know when you want a container be a default, you would need to pass it as an option in the pod template definition On Tue, Aug 21, 2018 at 12:59 AM Rick wrote: > When I configure a pod template with java container. Then run a shell > script in pipeline, it will cause an

Re: Bill of Materials

2018-08-15 Thread Carlos Sanchez
Thanks! On Tue, Aug 14, 2018, 17:38 R. Tyler Croy wrote: > (replies inline) > > On Tue, 07 Aug 2018, Oleg Nenashev wrote: > > > Hi Tyler, > > > > Thanks for the feedback! > > > > > > > I believe the only think which needs to be resolved which is likely > just an > > > obsolete part of the

Re: [GSoC 2018] Jenkins Remoting over Message Bus/Queue Introduction

2018-05-18 Thread Carlos Sanchez
Very cool, looking forward to it ! On Fri, May 18, 2018 at 7:51 AM Pham Vu Tuan wrote: > Hi all, > > My name is Vu Tuan, and I am participating in Jenkins Google Summer of > Code this year as a student. My project is Jenkins Remoting over Message > Bus/Queue >

Re: Bill of Materials

2018-05-11 Thread Carlos Sanchez
On Fri, May 11, 2018 at 11:44 AM Oleg Nenashev wrote: > Hi all, > > Just to provide an update on this topic, I have added support of Bill of > Materials (in the current draft version) to Custom WAR Packager > and used it

Bill of Materials

2018-04-20 Thread Carlos Sanchez
Hi there, I have filed a new JEP to address the concept of Bill of Materials (BoM). *https://github.com/jenkinsci/jep/pull/92 * The BoM idea came up after different conversations with Tyler/KK/Oleg and several more people - thanks for the feedback! -

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-16 Thread Carlos Sanchez
On Mon, Apr 16, 2018 at 9:32 AM, Oliver Gondža wrote: > Thanks for the details, guys. I have rechecked all new API is annotated > with Beta. I am wondering, what plugins are going to consume this? I am > trying to understand what userbase will be exposed to the change, what

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-15 Thread Carlos Sanchez
On Fri, Apr 13, 2018, 22:08 R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On Fri, 13 Apr 2018, Oliver Gond??a wrote: > > > On 2018-04-13 18:23, Carlos Sanchez wrote: > > > Hi Oliver, > > > > > > There are some ch

Re: External Artifact Storage

2018-04-13 Thread Carlos Sanchez
PR submitted at https://github.com/jenkinsci/jep/pull/83 On Fri, Apr 13, 2018 at 5:24 PM, Oleg Nenashev wrote: > Looks good to me **as a DRAFT**. > Please propose a pull request so that JEP editors can review it. > > We also need somebody to be selected as BDFL Delegate

External Artifact Storage

2018-04-12 Thread Carlos Sanchez
Hi there, With the goal to make Jenkins more "cloud-friendly" or "cloud-native" I have created a JEP draft to enable the storage of artifacts outside the Jenkins home, ready for review https://github.com/carlossg/jep/tree/jep-submission/jep/ TL;DR Adding an ArtifactManager implementation

Re: [DISCUSS] Change Jenkins default logging format

2018-04-04 Thread Carlos Sanchez
I'm +1 to change the format. 2 lines is really annoying On Wed, Apr 4, 2018 at 7:24 PM, R. Tyler Croy wrote: > (replies inline) > > On Wed, 04 Apr 2018, Oleg Nenashev wrote: > > > Hi Baptiste, > > > > Anyone can easily change the logging format in Jenkins by passing custom

Re: JEP: Modification of "Accepted" JEPs

2018-03-23 Thread Carlos Sanchez
I agree with Ewelina that *"all 'significant changes' to a JEP should be completed before it is Accepted"* looks like a requirement that may hinder innovation and experimentation on areas that are not clear from the start. I'd rather see a review process that can return the JEP to a draft state

Re: Request for comments: Special Interest Groups (SIGs) for the Jenkins project

2018-03-23 Thread Carlos Sanchez
I think the materialization of SIGs would be a great addition to the community, thanks Tyler for the write up I am working on draft JEPs to be proposed regarding "cloud native": external storage, external logging,... you'll be reading more from me in the following weeks :) On Thu, Mar 22, 2018,

Re: alpha version of Jenkins Configuration as Code plugin available

2018-02-26 Thread Carlos Sanchez
awesome! does 0.1 need the "alpha" label? :) On Mon, Feb 26, 2018 at 5:00 PM, Ewelina Wilkosz wrote: > Last Friday we've released 0.1-alpha of Jenkins Configuration as Code > plugin. Use > carefully, number of key

Re: Evergreen packaging for Jenkins Essentials

2018-02-15 Thread Carlos Sanchez
yay! +1 I agree with previous comments that it is not ideal to run multiple processes and that in a kubernetes world this would possibly be a Pod with two containers, but I think it's important to get something out and iteratively improve. A decent user experience today means just one container

Re: Asking for commiter access to amazon-ecs-plugin

2018-02-15 Thread Carlos Sanchez
Created https://issues.jenkins-ci.org/browse/INFRA-1501 to follow On Thursday, January 4, 2018 at 6:51:18 PM UTC+1, Jordi Miguel wrote: > > Hi all, > > It's been more than one month since last message on this thread and we > still don't see any progress to unblock development. I'm sure Jan made

Re: Renaming credentials classes

2018-01-04 Thread Carlos Sanchez
t; So you seem to be using the correct XStream instances. > > /B > > 2017-12-29 13:01 GMT+01:00 Carlos Sanchez <car...@apache.org>: > >> Hi >> >> Trying to get this PR to work on upgrades >> https://github.com/jenkinsci/kubernetes-plugin/pull/268/file >&

Renaming credentials classes

2017-12-29 Thread Carlos Sanchez
Hi Trying to get this PR to work on upgrades https://github.com/jenkinsci/kubernetes-plugin/pull/268/files#diff-14316beac1f1489a56a52e21cf8e0ee6R506 but none of the XSTREAM2.addCompatibilityAlias options listed in https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility

Re: mvn hpi:run fails with NullPointerException

2017-10-31 Thread Carlos Sanchez
Try running mvn package hpi:run There is a filled issue about that if you have run clean before hpi:run On Tue, Oct 31, 2017, 21:18 Jean-Karlo Accetta wrote: > Hi all, > > I am new to developing plugins for Jenkins, and I was reading several of > the related pages

Re: How to define labels and executor thread count for docker-jnlp-slave?

2017-08-21 Thread Carlos Sanchez
that's all defined in jenkins side, not in the agent you can use the swarm plugin for auto connections On Mon, Aug 21, 2017 at 3:57 PM, Kirill wrote: > Hi folks, > > I'd like to use docker-jnlp-slave in my docker-compose to spin up slaves > for Jenkins master. > However, I

Re: Customize node creation from within a pipeline definition

2017-07-25 Thread Carlos Sanchez
The kubernetes plugin does that, so you can check for inspiration https://github.com/jenkinsci/kubernetes-plugin/blob/master/README.md#pipeline-support It would be nice to have a common syntax across container provisioners On Tue, Jul 25, 2017, 14:55 Jesse Glick wrote: >

Re: "SEVERE: Error while pumping stream. java.io.IOException: Pipe broken" errors when I building a job including shell script in Kubernetes with the Kubernetes plugin

2017-06-06 Thread Carlos Sanchez
Yes, there are some issues with the container() step that I'm trying to fix as part of https://issues.jenkins-ci.org/browse/JENKINS-42048 I don't recommend using container() until the next release On Tue, Jun 6, 2017 at 5:31 PM, 李立 wrote: > We have Jenkins running in

Re: confusion of Kubernetes plugin source code

2017-05-20 Thread Carlos Sanchez
Not sure what you mean, but there is a wait to ensure the pod is started. Although that should be changed to retries On Thu, May 18, 2017, 16:44 李立 wrote: > > Hello ! When I study the code of Kubernetes plugin and I encounter a > difficult. > In the method named "call"

Re: How to set the property of "Time in minutes to retain slave when idle" in podTemplate

2017-05-12 Thread Carlos Sanchez
it doesn't make sense to retain a slave declared in pipeline, as it is supposed to run only for the operations inside its brackets On Fri, May 12, 2017 at 3:32 AM, 李立 wrote: > I see the the property of "Time in minutes to retain slave when idle" in > jenkins configure

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-11 Thread Carlos Sanchez
There is an option to moderate the first post from users On Tue, Apr 11, 2017 at 9:42 AM, Arnaud Héritier wrote: > Thus if you are already deleting them manually after they are submitted it > means that we need to activate the moderation on the list to be sure that > they

Re: Kubernetes plugin

2017-04-05 Thread Carlos Sanchez
That's the way the cloud api works, you can try setting the system property hudson.slaves.NodeProvisioner.initialDelay=0 On Wed, Apr 5, 2017 at 9:54 AM, 李立 wrote: > I used kubernetes plugin to build a pipeline job, but it need at least 10s > to create pod since build

Re: URI is not hierarchical error running tests in Intellij?

2016-12-12 Thread Carlos Sanchez
I'm getting the same error in Eclipse, no snapshots nor dependencies between eclipse projects The TestPluginManager.loadBundledPlugins(TestPluginManager.java:117 is trying to create a File from url

Re: Release Kubernetes Plugin 0.9

2016-11-02 Thread Carlos Sanchez
Not sure what happened and I'm traveling at the moment without my laptop, will have to wait until next week. Sorry On Thu, Nov 3, 2016, 01:06 Joan G wrote: > Thanks Daniel! > > On Wednesday, 2 November 2016 15:56:06 UTC, Daniel Beck wrote: > > > > On 02.11.2016, at 16:48, Joan

Re: ERROR: Maven JVM terminated unexpectedly with exit code 137 - Building plugin

2016-07-04 Thread Carlos Sanchez
IIUC You are hitting the memory limits and the kernel is killing your process. You are setting Xmx for surefire to 1GB, you should try lowering it if your tests don't really need that much memory. https://github.com/jenkinsci/serenity-plugin/blob/master/pom.xml#L60 On Mon, Jul 4, 2016 at 1:37 PM,

Docker image security scan

2016-06-15 Thread Carlos Sanchez
Hi, The last docker image for 1.651.3 is up in the docker hub. The official images are now security scanned, and you can see the results at https://hub.docker.com/r/library/jenkins/tags/1.651.3/ (need to be logged in) Some layers come from the parent Debian and Java images, but the last ones

Re: kubernetes plugin version 0.4 and repo.jenkins-ci.org

2015-10-02 Thread Carlos Sanchez
I could cut a release this weekend with the latest changes from Nicolas On Friday, October 2, 2015 at 3:23:45 PM UTC+2, Oleg Nenashev wrote: > > Hi Gabe, > > If you are asking about something plugin-related, it's recommended to add > its maintainers to Cc. > > Best regards, > Oleg > > вторник,

EOFException when terminating slaves programatically

2015-08-26 Thread Carlos Sanchez
Hi, While writing the Kubernetes plugin, a plugin to dynamically start slaves in Kubernetes (something similar to the Docker one) I am getting EOFException when deleting the Pod (the container running the jenkins-slave jar) The code for _terminate cloud.connect().deletePod(name,

Re: Request hosting for Kubernetes plugin

2015-02-16 Thread Carlos Sanchez
/kubernetes-jenkins https://github.com/carlossg/kubernetes-jenkins is there anything to fix ? 2015-02-16 9:19 GMT+01:00 Carlos Sanchez car...@apache.org: I'm sure some user will get confused with the forked from in github. If somebody can delete it it would be better, otherwise I'll do

Re: Request hosting for Kubernetes plugin

2015-02-16 Thread Carlos Sanchez
11, 2015 at 4:10:11 PM UTC+3, Carlos Sanchez wrote: Hi, I'd like to get the Kubernetes plugin under jenkinsci org, with the automated builds, deployments, etc. It is currently at https://github.com/carlossg/jenkins-kubernetes-plugin and my github id is carlossg On IRC Arnaud tried to do

Request hosting for Kubernetes plugin

2015-02-11 Thread Carlos Sanchez
Hi, I'd like to get the Kubernetes plugin under jenkinsci org, with the automated builds, deployments, etc. It is currently at https://github.com/carlossg/jenkins-kubernetes-plugin and my github id is carlossg On IRC Arnaud tried to do it but I gave hime the wrong repo (facepalm) and he

Kubernetes plugin advice

2015-01-23 Thread Carlos Sanchez
Hi! I'm creating the Kubernetes plugin [1] to start slaves in Kubernetes or Google Container Engine, which basically means launching Docker containers across multiple hosts with just one API. Some background: Kubernetes allows launching individual containers (Pods) or creating a