Multiple SCM Poll as Trigger to a Pipeline Job

2020-02-04 Thread Balaajee Perumalsamy
Hi All, I have a pipeline job and the Jenkinsfile is in a Git Repo. The product source code is in IBM RTC. When configuring SCM Poll for Job trigger, it polls Git (as expected). In my usecase, I have to poll RTC for changes and not git. Could someone help on this. Thanks, Balaajee -- You re

SSH Remote Host not being able to connect

2020-02-04 Thread Sholom Sanders
On my remote Linux machine I created a private/public key to communicate with Jenkins on my Windows machine. I put the public key into authorized_keys. In Jenkins, I created a credential for this user and pasted in the private key. I then went to Manage Jenkins --> Configure System to the SSH

Re: Jenkins Docker Master, Dynamic Docker Agents

2020-02-04 Thread Oluwafemi Adenubi
Hi Mark, Thank you for your response. Though, I've gone through the kotacoda tutorial. Would definitely peruse the other links and revert and hope to propose a tutorial that addresses this concern. Regards. On Tue, Feb 4, 2020, 8:05 PM Mark Waite wrote: > You're correct that there is no tut

Re: Jenkins Docker Master, Dynamic Docker Agents

2020-02-04 Thread Mark Waite
You're correct that there is no tutorial on jenkins.io that uses Docker in Docker to create and publish Docker images. You might consider the following links as a source of ideas and alternatives (without assuming that any of the tutorials or articles are endorsed or official or best): - Katac

Jenkins Docker Master, Dynamic Docker Agents

2020-02-04 Thread femiadenubi
Hello all, please I need help, setting up a jenkins/blueocean container to dynamically provision docker agents that are used to build images that end up being pushed to an image registry. I've tried installing and configuring the docker plugin, the docker cloud and agent template, but everythin

Re: Plugin Installs Failing

2020-02-04 Thread Steve Rogers
I changed the configuration to point directly to /home/jenkins (plugin installs still fail) and then added the freestyle job as you suggested which successfully created and deleted the file at the path suggested, so it appears permissions are not the problem. On Mon, Feb 3, 2020 at 3:32 PM Mark Wa

A plugin to service a RESTful POST from the Artifactory webhook plugin?

2020-02-04 Thread Adrian Blakey
Is there a Jenkins plugin for responding to an Artifactory webhook plugin - or indeed any caller to the REST api to invoke a job? I have successfully tested the Artf. plugin to call the Jenkins REST api to kick off a job. The Artf. POST call passes a lot of additional information in a json obje

Re: removing JNLP slave on Windows

2020-02-04 Thread 'Aditya Sharma Ayyagari' via Jenkins Users
Thanks Logan, That Worked for me. On Thursday, April 14, 2011 at 1:30:20 AM UTC+5:30, Logan L wrote: > > Thanks that worked. > > A couple snaffus.. > >- if you are using powershell you have to type sc.exe because "sc" is >an alias for some other crap. >- DON'T TYPE "SC DELETE JENKI