Re: pod inter connections inside k8s cluster

2018-09-18 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 t

PRs not building

2018-09-18 Thread Tom Duerr
Hi, Im using: jenkins: 2.139 Github-Branch-Source 2.3.4 BlueOcean GitHub Enterprise This is our first attempt at pipelines and I'm a bit confused. I did a "Scan Organization Now" and it detected the repo with the JenkinsFile. I can create a PR and do a "Scan Repository Now" and it will detect

Jenkins master & slave connectivity after master restarts in kubernetes

2018-09-18 Thread rkande
we have a dynamic slave setup with kubernetes plugin. we have just one master and one replica at this point with master home pointing to PV. whenever the master goes down becuase of liveness or some other issue - all the slave nodes are also killed. i would like to keep the slave pods reconnect

BUILD_USER with Active Choices

2018-09-18 Thread Ivan Kabaivanov
Hi, Jenkins users. I am not 100% sure if this is the correct list, but I want to pass ${BUILD_USER} to Active Choices. Something like: if (BUILD_USER.equals("user")) { return ["Option1"] } else { return ["Option2"] } I don't seem to be able to do it. It looks like all the parameters s

How to build Drupal project

2018-09-18 Thread Alessio Frabotta
On my ubuntu machine I want to copy drupal to the public_html folder of my apache installation. On jenkins I have the following configuration: #!/bin/bash echo "" echo "Switching to project docroot." cd /var/www/html/example.com/public_html echo "" echo "Pulling down the latest code." git pull

Difference between MAVEN_OPT and JAVA_OPT

2018-09-18 Thread Pranav Kv
Hi What is the difference between JAVA_OPT and MAVEN_OPT uses jenkins? My build is susseful without configuring MVN_OPTS. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: pod inter connections inside k8s cluster

2018-09-18 Thread Jonathan Rogers
On 9/18/18 9:12 AM, Tristan FAURE wrote: > Hello all my previous message with edit : > 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 > d

Re: Migrating to Configuration as Code

2018-09-18 Thread nicolas de loof
the "export" feature on JENKINS/configuration-as-code page will give you a yaml file to reflect your current configuration, but this is a very experimental feature with many limitations, so you can only use it as inspiration to write your own. Just will make it not as hard as fully starting from sc

Migrating to Configuration as Code

2018-09-18 Thread Mark Bidewell
Will there be a pathway to migrate from normal Jenkins configuration to Configuration as Code, or will server configuration need to be rewritten from scratch? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: Jenkins K8s plugin - PodTemplate fails to create a Nodejs container

2018-09-18 Thread Jan Monterrubio
I don’t have any more ideas since I haven’t played with containers much :( Feels like the NPM command is not being ran on the container. Does it work if you remove the NPM stuff? On Mon, Sep 17, 2018 at 03:57 Blau Gil wrote: > Hi Jan, > > Thank you for assisting. > Yes the container runs on its

Re: pod inter connections inside k8s cluster

2018-09-18 Thread Tristan FAURE
Hello all my previous message with edit : 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 delete then) a service directly fro

jclouds plugin providers missing (PB, 1&1, Packet)

2018-09-18 Thread Ali Bazlamit
Hi Fritz, When installing the jClouds plugin to jenkins i couldn't find either of the (profitbricks-rest , oneandone, packet) plugins in the providers list. Both the profitbricks-rest and oneandone are added to the jclouds shaded pom.xml a long time ago in order for it to appear in the list. How

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2018-09-18 Thread ayuojha1110
Jim, Did you find anything other than changing smtp value. I am facing same issue and got only one smtp. All my test emails are working but its throwing error once build done in jenkins. On Wednesday, July 16, 2014 at 5:08:15 AM UTC+5:30, Jim Lloyd wrote: > > I have managed to find a combinati