Re: Delay agent execution for auto-updates at boot

2019-09-04 Thread James Green
Hi Toni, Looks like we are not alone: https://issues.jenkins-ci.org/browse/JENKINS-43771 (see linked issue which is indeed the same). I ended up adding a vanilla Amazon Linux 2 AMI as an agent yesterday to try things. It failed because git wasn't installed. I added a user data script to install

Re: Post all the archive data from Jenkins in Confluence

2019-09-04 Thread sravan
I am also fine with posting the results on results on remote host On Wednesday, September 4, 2019 at 11:30:20 AM UTC-7, sravan wrote: > > Hi Guys, > Is there a way to post the Jenkins results for the entire job (Probably > last 10 runs) on Confluence. > > Thanks, > Sravan > -- You received

Re: SAML Configuration

2019-09-04 Thread Srinivasan RK
Thanks Ivan On Wednesday, August 28, 2019 at 1:46:46 PM UTC-4, Srinivasan RK wrote: > > I have setup the SAML Plugin and loaded the IDP Metadata. My SP Metadata > always shows "AuthnRequestsSigned="true". How can i disable it? I am being > asked by admin if i can send without signed. I could

Post all the archive data from Jenkins in Confluence

2019-09-04 Thread sravan
Hi Guys, Is there a way to post the Jenkins results for the entire job (Probably last 10 runs) on Confluence. Thanks, Sravan -- 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,

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-09-04 Thread Mark Waite
On Wed, Sep 4, 2019 at 4:06 PM Chia-Yu Wu wrote: > Hi Mark, > I have the same issue with ev sign (usb token) code through jenkins. > It work fine if i do ev sign in admin role command line. > But if let it auto build and sign through, the jenkins console will show > the following error message:

Git Plugin checking out mystery commit

2019-09-04 Thread Shaun McArthur
This is happening more often than I'd like, and I can't figure out why. - the commit I want to test is c3a9... - the git plugin ends up checking out cd69 - which appears to be master (?why?) > /usr/bin/git merge -s recursive --ff c3a9d9a295f1acd636078514a49558c871cb502a > #

Issue with jenkins pipeline

2019-09-04 Thread Salvatore Esposito
Hi. I create this pipeline using docker container based on jenkins image: pipeline { agent any stages { stage('Build') { steps { echo 'Building..' } } stage('Test') { steps { echo 'Testing..'

Re: Integrating Jenkins with EKS Cluster

2019-09-04 Thread Junaid Mukhtar
> Hi Team > > We are using Jenkins to run build, test and deploy jobs to our KOPS > Cluster successfully without any issues. Jenkins is running on a dedicated > EC2 instance > > We are now planning to switch over to EKS Cluster and want to point > Jenkins to the new EKS cluster to perform the same

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-09-04 Thread Chia-Yu Wu
Hi Mark, I have the same issue with ev sign (usb token) code through jenkins. It work fine if i do ev sign in admin role command line. But if let it auto build and sign through, the jenkins console will show the following error message: "No certificates were found that met all the given

Running jenkins container to Dynamically provisioned Docker agents

2019-09-04 Thread Salvatore Esposito
Is there a way to do that by using a container and not a regular installation? -- 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: Converting Classic to Pipeline questions

2019-09-04 Thread Matt Hicks
> > how to tell if these jobs can be converted to a pipeline job? > The pipeine steps reference lists all plugins that include pipeline support. If the freestyle jobs to convert use plugins from that list it should be relatively easy to convert. If plugins not in the list are used (e.g.

Re: Jenkins Update Problems

2019-09-04 Thread Terry Shields
We have figured out that this is due to Jenkins 2.139 updated libpam4j from 1.8 to 1.11, looks like 1.11 requires root to get authentication. If we start Jenkins using root everything as far as logging in works, it breaks all kinds of other things so we would rather not do this. Starting

I want deploy C\C++ projects in to jenkins and maveen, please advice guide and help me how to process this deployment

2019-09-04 Thread Jeevan Podduturi
I want deploy C\C++ projects in to jenkins and maveen, please advice guide and help me how to process this deployment -- 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

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

How to isolate docker container tests with Jenkins?

2019-09-04 Thread Stephen Person
For the life of me I cannot come up with an efficient solution to running tests against a docker container in an isolated environment with Jenkins. Emphasis on 'isolated environment' so many builds/tests can run in parallel without interference. I have tried the docker-in-docker approach but

How to hide checkout scm step output in Jenkins console output

2019-09-04 Thread pix data
Hi Team, Is it possible to hide the checkout scm step generated console output in Jenkins. In my Jenkinsfile I have checkout scm as first step, which is generating following output in my console of Jenkins. The following output I want to hide in Jenkins Console is, Cloning the remote Git