Re: Blue ocean plugin supported version

2018-09-19 Thread Pranav Kv
Thanks Mark. On Thu, 20 Sep 2018, 11:00 am Mark Waite, wrote: > Blue ocean runs well on that version. > > Mark Waite > > On Wed, Sep 19, 2018, 10:20 PM Pranav Kv wrote: > >> Recently we migrated jenkins to latest LTS >> Version of jenkins(2.121).But now one of our customer wants to install >>

Re: Blue ocean plugin supported version

2018-09-19 Thread Mark Waite
Blue ocean runs well on that version. Mark Waite On Wed, Sep 19, 2018, 10:20 PM Pranav Kv wrote: > Recently we migrated jenkins to latest LTS > Version of jenkins(2.121).But now one of our customer wants to install > jenkins blue ocean plugin. But as per my understand blue ocean plugin >

Blue ocean plugin supported version

2018-09-19 Thread Pranav Kv
Recently we migrated jenkins to latest LTS Version of jenkins(2.121).But now one of our customer wants to install jenkins blue ocean plugin. But as per my understand blue ocean plugin support only jenkins 2.7 or higher version. Please let me know jenkins 2.121LTS can support blue ocean plugin

Re: pod inter connections inside k8s cluster

2018-09-19 Thread Tristan FAURE
I do agree with you but as I said my IT team wants to deploy small nodes on the cluster and sometimes my pods are too big and cannot be deployed, that's why I wanted to test separate pods. I looked for some links for my IT team but what are the recommendations for k8s cluster, several small

Error related to MachineLevelUserCloudPolicyEnrollmentToken on JENKINS console.

2018-09-19 Thread atul rajguru
I am trying to execute tests using JENKINS. Chrome Browser is getting opened but nothing is happening on the browser. am observing the below error's on JENKIN's console Can someone please help me with this: [101208:121084:0919/123709.490:ERROR:install_util.cc(603)] Failed to read

Re: pod inter connections inside k8s cluster

2018-09-19 Thread Vincent Latombe
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 : > thank you for your answer, You were right about the plugin I used ( > ttps://github.com/jenkinsci/kubernetes-plugin/blob/master/README.md >

GitHub Branch Source Plugin Stops Processing Incoming Webhooks

2018-09-19 Thread apeleg
Running Jenkins 2.138.1 and jobs are running on agents via AWS EC2 plugin and executing Jenkinsfile pipeline jobs on the agents. The machine has 2 vCPU's & 8 gigs of memory. We configured Jenkins to use 6 GB of ram via the Jenkins JVM config. Our Jenkins server gets into a strange state once or

Re: Difference between MAVEN_OPT and JAVA_OPT

2018-09-19 Thread Jan Monterrubio
Java opts are options for the command line. Maven opts are options for maven. You could pass an agent in the java opts but not in maven opts. On Wed, Sep 19, 2018 at 00:00 Pranav Kv wrote: > Hi > What is the difference between JAVA_OPT and MAVEN_OPT uses jenkins? My > build is susseful without

Re: PRs not building

2018-09-19 Thread Jan Monterrubio
Do you have the web hooks and services configured on the repository to receive push notifications from Jenkins / vice versa. On Wed, Sep 19, 2018 at 00:19 Tom Duerr wrote: > Hi, > Im using: > > jenkins: 2.139 > Github-Branch-Source 2.3.4 > BlueOcean > GitHub Enterprise > > This is our first

Re: pod inter connections inside k8s cluster

2018-09-19 Thread Tristan FAURE
thank you for your answer, You were right about the plugin I used ( ttps://github.com/jenkinsci/kubernetes-plugin/blob/master/README.md ), sorry to not mention that I will test the kubernetes cli plugin, but I think I will see