Re: Jenkins + Kubernetes - Cache .m2 for jobs

2020-03-26 Thread Tristan FAURE
seems like there is an issue about it: https://issues.jenkins-ci.org/browse/JENKINS-42422 Le jeu. 26 mars 2020 à 08:07, Tristan FAURE a écrit : > Hello > Thank you for the hint ! I think it could help some projects ! > but it will make some docker images very heavy and I would be i

Re: Jenkins + Kubernetes - Cache .m2 for jobs

2020-03-26 Thread Tristan FAURE
Hello Thank you for the hint ! I think it could help some projects ! but it will make some docker images very heavy and I would be interested to have jenkins team opinion about getting the equivalent of https://docs.gitlab.com/ee/ci/caching/ Le jeu. 26 mars 2020 à 06:10, Liejun Tao a écrit : > T

Re: Jenkins + Kubernetes - Cache .m2 for jobs

2020-03-25 Thread Tristan FAURE
Hello ! we have the same issue what we would like is the same behavior as : https://docs.gitlab.com/ee/ci/caching/ I have seen this example : https://github.com/jenkinsci/kubernetes-plugin/blob/master/examples/maven-with-cache.groovy but if several jobs run in parallel I don't want them to modi

Re: bitbucket-branch-source-plugin number of parallel scans limited to five

2019-07-24 Thread Tristan FAURE
com.cloudbees.hudson.plugins.folder.computed.ThrottleComputationQueueTaskDispatcher.LIMIT is set, the number of parallel threads is the min (2 x nb processors, env var value) if the env var is not set, the number of parallel thread is min(2 x nb processors, 5) Le lundi 6 mai 2019 14:39:42 UTC+2, Tristan FAURE a écrit : > > Sorry if it

Re: bitbucket-branch-source-plugin number of parallel scans limited to five

2019-05-06 Thread Tristan FAURE
eally understand your question. Can you be more specific? > > On Mon, May 6, 2019 at 8:22 PM Tristan FAURE > wrote: > >> Hello >> I'm using jenkins 2.150.2 and bitbucket branch source plugin 2.4.0 >> >> when scan of repositories is performed : >> >>

bitbucket-branch-source-plugin number of parallel scans limited to five

2019-05-06 Thread Tristan FAURE
Hello I'm using jenkins 2.150.2 and bitbucket branch source plugin 2.4.0 when scan of repositories is performed : *Building » Scan Organization Folder*it is impossible to have more than 5 operations in parallel on the master, do you know if this limit is set somewhere or how it is computed ?

Re: Kubernetes plugin - multi clusters

2019-01-22 Thread Tristan FAURE
if any one of the cluster is down/not active > > On Friday, January 18, 2019 at 1:53:30 PM UTC+5:30, Tristan FAURE wrote: >> >> Oops 🤐 >> Sorry I will test it. Thank you very much >> >> Le ven. 18 janv. 2019 à 09:21, Carlos Sanchez a >> écrit : >> &g

Re: Kubernetes plugin - multi clusters

2019-01-18 Thread Tristan FAURE
t; > On Fri, Jan 18, 2019, 09:02 Tristan FAURE wrote: > >> Thank you for your answer ! >> >> So If i have a k8s cloud cloud1 and another one cloud2 I can use the >> label to select one of them ? >> >> In this sample (see bellow) I don't see w

Re: Kubernetes plugin - multi clusters

2019-01-18 Thread Tristan FAURE
jenkins.io/display/JENKINS/Distributed+builds#Distributedbuilds-Nodelabelsforagents > > > On Thu, Jan 17, 2019 at 5:29 PM Tristan FAURE > wrote: > >> Hello >> The jenkins GUI allows the creation of several Kubernetes cloud, how does >> it work ? >> Are th

Kubernetes plugin - multi clusters

2019-01-17 Thread Tristan FAURE
Hello The jenkins GUI allows the creation of several Kubernetes cloud, how does it work ? Are they all used or only one ? If many is OK Is there a way to select a specific cluster in my pipeline ? Thank you in advance Tristan FAURE -- You received this message because you are subscribed to the

Re: pod inter connections inside k8s cluster

2018-09-19 Thread Tristan FAURE
small machines or few big machines ? Regards Tristan FAURE Le mer. 19 sept. 2018 à 16:07, Vincent Latombe a écrit : > Why do you use 2 different pods? Would be much simpler with a single one. > > Vincent > > > Le mar. 18 sept. 2018 à 23:22, Tristan FAURE a > écrit : > >

Re: pod inter connections inside k8s cluster

2018-09-18 Thread Tristan FAURE
ll see the option with multi container in a pod because I would prefer my CI users don't use kubectl (it is already a problem for them to write pod yaml 😐) Le mar. 18 sept. 2018 à 22:25, Jonathan Rogers a écrit : > On 9/18/18 9:12 AM, Tristan FAURE wrote: > > Hello all my previo

Re: pod inter connections inside k8s cluster

2018-09-18 Thread Tristan FAURE
!) Le mar. 18 sept. 2018 à 07:09, Tristan FAURE a écrit : > Thank you to both of you for your answers. I was thinking about creating > services but my db is created then deleted during the build I was not sure > it was a good practice (and if it is possible) to create dynamically (and

Re: pod inter connections inside k8s cluster

2018-09-17 Thread Tristan FAURE
to talk between > > containers > > I'm not sure if you meant to respond to me or to Tristan FAURE. I would > also recommend using a service to allow processes in one pod to connect > to a server in another. However, as Tristan implies, defining a service > isn't strict

pod inter connections inside k8s cluster

2018-09-17 Thread Tristan FAURE
if it is the recommended way, and if it is i don't know how to get this IP address I have seen that I can have my pod agent name using env JENKINS_AGENT_NAME but I don't know what is the best to share it from stages of pod1 in env of pod2 Thank you in advance Tristan FAURE -- Yo

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
OK it makes sense, thank you for the answer Le ven. 24 août 2018 à 11:20, Carlos Sanchez a écrit : > > > On Fri, Aug 24, 2018 at 11:14 AM Tristan FAURE > wrote: > >> >> >> Le ven. 24 août 2018 à 11:09, Carlos Sanchez a >> écrit : >> >>>

Re: Some issues with env vars with kubernetes plugin declarative (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
chez/jenkins/plugins/kubernetes/pipeline/runWithEnvVars.groovy > > > > On Fri, Aug 24, 2018 at 10:27 AM Tristan FAURE > wrote: > >> Hello, >> I'm waiting for your feedback before opening a bug >> >> for information I have seen this SO post : >> https

Re: Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
Le ven. 24 août 2018 à 11:09, Carlos Sanchez a écrit : > > > On Fri, Aug 24, 2018 at 10:42 AM Tristan FAURE > wrote: > >> Hello >> >> in my jenkins configuration admin GUI I have this volume definition : >> >> Volumes >> - Claim Name = nfsdata

Volume issue with kubernetes plugin in declarative way (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
like this : yaml """ spec: containers: - name: maven image: docker-ccsl-virtual.repo.aes.alcatel.fr:8443/maven:3-jdk-8 command: - cat tty: true volumeMounts: - mountPath: /etc/ssl/certs name: volume-0 readOnly : true """ Thank you in advance Tristan FAURE -- You rece

Some issues with env vars with kubernetes plugin declarative (1.6.0 and 1.9.2)

2018-08-24 Thread Tristan FAURE
EN_OPTS}' script { configFileProvider([configFile(fileId: 'maven_artifactory', variable: 'MAVEN_SETTINGS')]) { // 3 sh 'echo MAVEN_OPTS = ${MAVEN_OPTS}' } } } } } } } Everything is OK in the YAML when i check on my kubernetes cluster but at execution echo MA

Re: Kubernetes and docker syntax for jenkins declarative pipeline

2018-03-05 Thread Tristan FAURE
Thank you very much by this quick answer. I will follow the issue. Le lundi 5 mars 2018 13:27:31 UTC+1, Carlos Sanchez a écrit : > > You would probably be interested in > https://issues.jenkins-ci.org/browse/JENKINS-48050 > > On Mon, Mar 5, 2018 at 1:08 PM, Tristan FAURE > wro

Kubernetes and docker syntax for jenkins declarative pipeline

2018-03-05 Thread Tristan FAURE
} } } Can we imagine the future a compability between the first syntax (only the image name) and a deployment on Kubernetes ? We will not deploy yet a kubernetes cluster and I'm concerned about job compatibility switching from a docker only environment to a kubernetes one. Regards T

Re: Network separation and jenkins, your suggestions ?

2017-06-20 Thread Tristan FAURE
thank you for this feedback ! Le mardi 20 juin 2017 17:11:20 UTC+2, Mark Waite a écrit : > > > > On Tue, Jun 20, 2017 at 8:50 AM Tristan FAURE > wrote: > >> Yes my network topology is special and that's why i'm a little confused >> about how to ma

Re: Network separation and jenkins, your suggestions ?

2017-06-20 Thread Tristan FAURE
anism uses incremental updates > (yet). > > Mark Waite > > On Tue, Jun 20, 2017 at 2:18 AM Tristan FAURE > wrote: > >> Hello >> I would like to know your opinion about my issue. >> >> I have a network A with my git repository >> >> I hav

Network separation and jenkins, your suggestions ?

2017-06-20 Thread Tristan FAURE
Hello I would like to know your opinion about my issue. I have a network A with my git repository I have a network B with my build environment network B can't see A and A can't see B I have a network bridge between them does it make sense to you to have something like that : jenkins master in