Re: scripted | declarative | pipeline

2020-01-15 Thread Toni Van de Voorde
Hi Chandra, This sums it right up => https://www.edureka.co/community/54705/difference-between-declarative-pipeline-scripted-pipeliine On Wed, 15 Jan 2020 at 16:05, Chandra shekar wrote: > Hi Guys,i hope you all doing well. > > I have a doubt regarding the pipelines(scripted & Declarative).I

Re: Secure Jenkins URL

2019-10-16 Thread Toni Van de Voorde
How about the page on the wiki of jenkins itself ? https://wiki.jenkins.io/pages/viewpage.action?pageId=135468777 On Wed, 16 Oct 2019 at 17:03, Veera Mani wrote: > Hi, > > How to setup the jenkins URL to https? > I am looking to use the jenkins tool in internal network , but still > would

Re: Post all the archive data from Jenkins in Confluence

2019-09-05 Thread Toni Van de Voorde
Hi Sravan, I'm not aware of any tool or plugin doing this. If that's the case, then you have following options: 1. create a jenkins plugin for your needs :) 2. write a little script that runs on your or some machine, which does what you want using jenkins and confluence api ... Optionally you

Re: Issue with jenkins pipeline

2019-09-04 Thread Toni Van de Voorde
Hi Salvatore, The pipeline seems correct, but how did you configure jenkins to run this? Seems to me it doesn't find this specific configuration?! Cheers On Thu, 5 Sep 2019 at 00:06, Salvatore Esposito < salvatore.esposit...@gmail.com> wrote: > Hi. I create this pipeline using docker container

Re: Delay agent execution for auto-updates at boot

2019-09-03 Thread Toni Van de Voorde
Hey James, I had the same issue without understanding what happened. Meanwhile I also understand that it's due to the automatic updates kicking in. I solved it by removing the JDK from that AMI and let the master install it. You could also update your AMI and not allow auto upgrades, or you

Re: EC2 slave connectivity issues

2019-09-02 Thread Toni Van de Voorde
, August 29, 2019 at 1:05:20 PM UTC+2, Toni Van de Voorde wrote: > > Hey everyone, > > I suddenly have issues with my master slave setup on jenkins. It seems > there is a connectivity issue each time a job wants to run on it. I already > opened a ticket on Jira for ec