why not add another job to run the on the slave, let it execute the script
and add the job as downstream job to your master job?
On Monday, 27 July 2015 14:54:51 UTC-4, Pavan Teja wrote:
>
> Hi,
>
> I am using Jenkins for Continuous Integration and Continuous
> Deployment. I have written scr
Jenkins publishes the results in XML/Json format. Check
for http://:/jenkins/job//api/xml or
http://:/jenkins/job//api/ json?pretty=true ,
Search for color, it will change based on your job result.
On Friday, 8 May 2015 05:13:55 UTC-4, Christian Flamm wrote:
>
> Hi,
>
> is there a way to tell a
Hi All,
Need a help with Maven build job conditional downstream trigger . Currently
we have 150+ maven jobs which are interrelated with "Build whenever a
SNAPSHOT dependency is built" trigger. We have also enabled Enable
triggering of downstream projects. However we want to trigger the
downstr
Got a solution for it. We have to make sure that the entrypoint and CMD
combination is capable enough to keep the container running.
On Monday, 16 February 2015 15:47:15 UTC+5:30, swastika basu wrote:
>
> Hi All,
>
> I have some doubts with Docker Build Steps plugin (
> https
Hi All,
I have some doubts with Docker Build Steps plugin
(https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin).
Using this plugin we can create container from image and start the same
container as well. However I am stuck at one place, whenever I try to
create any container t
Are those maven project ? Do you have the "Build whenever a SNAPSHOT
dependency is built" as checked ? check the screenshot below.
Build Triggers
Build whenever a SNAPSHOT dependency is built
Can you use dependency plugin and share a screenshot?
On Wednesday, 28 January 2015 17:34:36 UTC+5:30,
jenkins is not able to download plugin information, getting the below
exception
Jan 29, 2015 7:13:15 AM hudson.model.DownloadService$Downloadable doPostBack
SEVERE: Signature verification failed in downloadable
'hudson.tools.JDKInstaller' (show
details)java.security.cert.CertPathValidatorExcept
In similar way you have to specify Label/Name of the other slave in the
other job's configuration(whichever you want to run simultaneously). If you
add more slaves for job execution, you can set labels for each slave and
specify those in your job configs.
On Sunday, 22 June 2014 14:02:12 UTC+5
When you add a slave in jenkins you specify a label for each slave.Set the
"Restrict where this job can be run" check box in your job configuration and
specify the name/label of your slave. based on the number of the executor in
your slave the jobs will run,and rest of the jobs with the same lab
Hi David,
you can use the Copy Artifact Plugin . This plugin allows Job B to copy any or
all of the published artifacts from Job A.
--
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
did you check the exclusion plugin
https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin
--
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 jenkinsci-users+
Hi All,
I am using jenkins master (version 1.532.1) and Play Framework 2.2.3 and
jenkins playframework plugin 0.0.12. I am getting error as In-valid syntax
for any play command. I could see that the plugin is appending the
workspace location every command it executes. Does playframework plugin
12 matches
Mail list logo