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
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
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
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
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
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
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
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