SCM polling for pipeline job - always find changes even if nothing changed in Git repo

2019-09-12 Thread zakyn
Hello, I have a pipeline job and jenkinsfile is loaded from the repository (see screenshot). Then I set the Poll to @hourly. In the repository there are no changes but still the polling run the build. I do not understand why jenkins runs poll more time and why the build is started even if no c

Re: Pipeline job's builds are missing randomly in bulk

2019-09-12 Thread Ariel Man
Jenkins ver. 2.176.1 בתאריך יום חמישי, 12 בספטמבר 2019 בשעה 15:26:48 UTC+3, מאת Ariel Man: > > We notice that for some reason every time that we have a successful build, > and after its failure, all the builds between them deleted from the build > history. Do you know why it is happening? Can we

Re: Integrating Jenkins with EKS Cluster

2019-09-12 Thread Junaid Mukhtar
Made some progress, Jenkins on EC2 is able to connect to the EKS Cluster via the kubeconfig and test connection is fine. I also tested the kubectl command from the jenkins servers and it also works fine But when i try to run a pipeline i get followin io.fabric8.kubernetes.client.KubernetesClientE

How To Configure global configuration tools (e.g. Docker) with the groovy/java-API

2019-09-12 Thread 'Dan Steffen' via Jenkins Users
Hello, I am already ask at stack overflow and I am not sure how long I have to wait before I ask at another place. But for me it looks like nobody can help me at stack overflow that's why I am asking here a

Re: jenkins pipeline - how to add another parallel to 2 other parallel.

2019-09-12 Thread Prashanth Linga
Thanks and I appreciate your reply. Do you have a example to build this up in both scripted and declarative pipeline. Best regards, Prashanth On Wednesday, September 11, 2019 at 4:59:17 AM UTC-5, Prashanth Linga wrote: > > Hello friends / Jenkins Users, > I want stage 9 to be parallel to first

[ANN]: Jenkins Contributor Summit - Lisbon, Portugal

2019-09-12 Thread Alyssa Tong
Hi All, We are planning a contributor summit for Dec 3, 2019. Event information is on meetup.com at https://www.meetup.com/jenkinsmeetup/events/264795368/?isFirstPublish=true. If you topic suggestions or want to participate in the BoF pls let me know. We are also planning a hackathon for Monday D

Re: Kubernetes plugin and podtemplate in declarative pipeline

2019-09-12 Thread jado
I've tried that before with no luck, but it starts to work finally - you don't define kubernetes template in the agent section, but reference to created one by the label assigned to it: > pipeline { > agent { > label 'buildslave' > } > > W dniu środa, 11 września 2019 15:25:00 UTC+2 użytkownik