Re: Need to run "post build task" step on the slave server for Continuous Deployment.

2015-07-27 Thread swastika basu
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

Re: Let running Jenkins job fail/succeed "from outside"?

2015-05-12 Thread swastika basu
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

Stop triggering maven downstream build based on some condition

2015-04-02 Thread swastika basu
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

Re: how to keep a container alive with docker build step plugin

2015-02-16 Thread swastika basu
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

how to keep a container alive with docker build step plugin

2015-02-16 Thread swastika basu
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

Re: 2 instance showing in Jenkins of every module

2015-01-28 Thread swastika basu
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,

java.security.cert.CertPathValidatorException: timestamp check failed in Jenkins plugin page

2015-01-28 Thread swastika basu
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

Re: Maximum simultaneously building the slaves

2014-06-22 Thread swastika basu
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

Maximum simultaneously building the slaves

2014-06-20 Thread swastika basu
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

Understanding build pipelines

2014-06-20 Thread swastika basu
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

Can a job reserve other nodes' executors?

2014-06-18 Thread swastika basu
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+

Jenkins Play plugin with Play framework 2.2.3

2014-06-16 Thread swastika basu
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