Re: Kubernetes Plugin 1.2 Agents unable to establish connection to master, but log they can

2018-02-19 Thread brandon
-- 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 an email to

Re: Kubernetes Plugin 1.2 Agents unable to establish connection to master, but log they can

2018-02-19 Thread brandon
On Monday, February 19, 2018 at 9:02:22 PM UTC-8, Brandon wrote: > > Hello, I am trying to use the community helm chart for Jenkins and the > Kubernetes plugin 1.2 so that agents can be dynamically provisioned >

Kubernetes Plugin 1.2 Agents unable to establish connection to master, but log they can

2018-02-19 Thread Brandon
Hello, I am trying to use the community helm chart for Jenkins and the Kubernetes plugin 1.2 so that agents can be dynamically provisioned according to build needs. Ultimately, builds are failing because the  agents are not able to connect to the master. However, I am seeing that in both the

Bitbucket payload in multibranch build

2018-02-19 Thread dene14
Hello there! I'm trying to implement smart notification for a developer who did push to repo based on build success/failure. However, I cannot see any evidence how to get an access to bitbucket payload in multibranch. There is simply no BITBUCKET_PAYLOAD envvar :( Any advice on that? -- You

Re: List of git branches using Jenkinsfile parameters

2018-02-19 Thread niristotle okram
What kind of pipeline job is that? The one with jenkins groovy dsl or the declarative one? How r u listing remote git branches in the job parameters to be selected by a user before starting a build? I haven’t came accoss that feature. And for the multi branch job, wasnt it suppose to build any

PTC Integrity with Jenkins Deployment

2018-02-19 Thread Narayana Boominathan
I've build which is checked-in on the PTC Integrity and I've raised the CR or SR ticket(Build & Deploy Request) on the PTC life manager by developer for deploy his build on some server and the version of the build is . As of now as a deployment team we are following the below process

Re: jenkins, saml and Keycloak SSO

2018-02-19 Thread Ivan Fernandez Calvo
The Data binding Method SAML Plugin setting should be HTTP-POST, you IdP metadata only support HTTP-POST (https://github.com/jenkinsci/saml-plugin/blob/master/doc/CONFIGURE.md https://github.com/jenkinsci/saml-plugin/blob/master/doc/TROUBLESHOOTING.md -- You received this message because you

Re: Question about JDK and Maven through Jenkins

2018-02-19 Thread Fábio Cabrita
Thats the strange part because I have *javac *installed in this system. Now I have added a new field for jdk in jenkinsfile(as well as in Global Tools Installer) and its working: tools { jdk 'java_9' } Thanks for the help Cyrille Le Clerc! segunda-feira, 19 de Fevereiro de

Re: Question about JDK and Maven through Jenkins

2018-02-19 Thread Cyrille Le Clerc
Can you install "java-1.8.0-openjdk-devel" on your server so that javac-1.8 is also installed? I suspect that Jenkins and Maven get tricked by the fact that your default "java" installation doesn't have a "javac" compiler. If you cannot install "java-1.8.0-openjdk-devel", I strongly recommend

Re: .ssh/config file not read?

2018-02-19 Thread LnT
Hi- is this resolved..? I'm getting the same error. On Monday, September 21, 2015 at 3:07:17 PM UTC+5:30, Karsten K wrote: > Hi all, > > sorry in case for a duplicated question, but by scrolling through various > forums I couldn't find any concrete info. > > I have the feeling that

Re: jenkins, saml and Keycloak SSO

2018-02-19 Thread Vikas Kumar
Hello Ivan, Thanks for your response. To be honest, I am a novice in SAML at the moment but have managed to hook Keycloak to AWS using some tutorials :). I have tried turning off signing and encryption in Keycloak and configured below parameters after google-ing.

Re: Question about JDK and Maven through Jenkins

2018-02-19 Thread Fábio Cabrita
Here are both command paths: root@jenkins-server /h/jenkins> which java /bin/java root@jenkins-server /h/jenkins> which javac /bin/javac While checking mvn, I notice that Java home is set to JRE instead of JDK: [jenkins@jenkins-server ~]$ mvn --version Apache Maven 3.5.2