Re: Jenkins Solaris 8 & 10 support

2013-01-30 Thread hari prasad
Location : http://ips.jenkins-ci.org/ips-stable/en/catalog.shtml On 31 January 2013 09:50, Ramesh wrote: > Hello > > I am new to Jenkins and trying to validate on Solaris 8 & Solaris 10 > platform. Could you please confirm Jenkins is supported in Solari 8 & 10 > platforms. > > If its supported

Re: Jenkins Solaris 8 & 10 support

2013-01-30 Thread hari prasad
An other way to build solaris package and install https://github.com/jordansissel/fpm/wiki/SolarisPackages On 31 January 2013 10:02, Ramesh wrote: > Thanks for your reply. > > I have already tried that link and getting message like below. > > 404 Not Found > '' is not a valid publisher name. >

Re: Setup Jenkins slave on another machine

2013-02-28 Thread hari prasad
1. Go to Manage Jenkins -> Manage Nodes -> New Node 2. Give Node name,select dumb node then go through the configuration. Note:- You need to give Administrator details of slave. -- Thanks. With kind regards, HariPrasadChalla -- You received this message because you are subscribed to the Go

Re: How to Schedule build in Jenkins

2013-03-05 Thread hari prasad
Select poll SCM as shown below [image: Inline images 1] On 5 March 2013 19:59, Octavian Covalschi wrote: > Have you asked uncle google at all? > > Hint: search for "jenkins svn polling" > > > On Tue, Mar 5, 2013 at 6:37 AM, radha madhavi wrote: > >> Hi All, >> >> I have integrated Jenkins with

Re: invoking jenkins job by url with credentials

2012-04-30 Thread hari prasad
https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security HTH On 30 April 2012 18:12, uday kumar wrote: > Hi, > > I am trying to invoke Jenkins job from browser by URL when matrix > security is enabled as below >

Want to run only the newest job of a project from the build queue and cancel other:

2017-01-03 Thread hari prasad
let’s assume a pullrequests triggered a build on a builder, before completing this build if we have some 5 to 6 pullrequests on the same branch all PR’s will be queud for individual builds. I found a solution for running only new job and cancle others def q = Jenkins.instance.queue //Find i

Synchronization between execution of jobs

2015-04-19 Thread hari prasad
Hi, I would like to get few suggestions regarding synchronization of jobs(possibly jobs from different chain) execution in jenkins. My scenario is we have a hardware setup which is common for two chain jobs. Job chains are as, Chain A job_A_1 -> job_A_2 -> job_A_3 Chain B job_B_1 -> job_B_2 ->

Re: Synchronization between execution of jobs

2015-04-20 Thread hari prasad
But Build blocker plugin unfortunately blocks only until current job in Chain completes, we need to block until all dependent jobs in chain completes, then allow any jobs in queue. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib

Jenkins for scala

2013-09-25 Thread sara hari prasad
Hi All, I am very new to Jenkins tool. We are using scala programming language in my project. I was configure the scalastyle in SBT which plugin i have to install the jenkins. could anyone please give the suggestion . Best Regards, Hari. -- You received this message because you are subsc