Hi All,
When I trigger my Jenkins job remotely using URL I use authentication to
trigger build like this:
wget --auth-no-challenge --http-user=user --http-password=apiToken
http://jenkins.yourcompany.com/job/your_job/build?token=TOKEN
Build gets triggered without any issue but the message on
Hi,
It turns out that the NodeLabel Parameter plugin doesn't work with the
workflow plugin:
https://issues.jenkins-ci.org/browse/JENKINS-32209
I submitted this fix:
https://github.com/jenkinsci/nodelabelparameter-plugin/pull/10
--
Craig
On Tue, Dec 22, 2015 at 4:41 PM, Craig Rodrigues
wrote:
Ok, so I think I got something. If I use "**/*" on the unarchive step, I
get everything. Not quite what I expected, but it works.
On Thursday, December 24, 2015 at 1:20:16 PM UTC-5, John D. Ament wrote:
>
> Creating the archive doesn't seem to be an issue.
>
> Its the unarchive step where thi
Hi,
I am new to Jenkins. I have written selenium automation tests with rspec.
Now i have to integrate it with Jenkins. How can i do it?
Should i use tools like Junit/TestNG/Maven etc to integrate selenium with
jenkins or it is not necessary?
It will be good if someone posts any tutorial link o