Re: Project with several Git repositories

2018-05-02 Thread Vivekanand S V
Okay, I just saw its deprecated :( ... the page points to Pipeline Plugin though, do check it out. I don't have experience using that. On Thu, 3 May 2018 at 11:23 Vivekanand S V <svvivekan...@gmail.com> wrote: > I do that using > https://wiki.jenkins.io/display/JENKINS/Multiple

Re: Project with several Git repositories

2018-05-02 Thread Vivekanand S V
I do that using https://wiki.jenkins.io/display/JENKINS/Multiple+SCMs+Plugin This plugin should help you. On Thu, 3 May 2018 at 10:46 Sébastien Hinderer wrote: > Dear all, > > Say a project has two repositories: one for its source code and one for > its test suite.

Re: Any takers for copy-to-slave plugin ownership

2016-04-08 Thread Vivekanand S V
nt to improve them. > > Leave my IDs as well: > githubID: sshelomentsev > jiraID: sshelomentsev > > пятница, 23 января 2015 г., 10:07:03 UTC+6 пользователь Vivekanand S V > написал: > >> Hi all, >> >> >> I took over this plugin to add some stuff and di

Re: jenkins on debian 8 jessie

2016-03-05 Thread Vivekanand S V
Looks like something else is already running in port 8080. You need to stop that before starting this. On Sun, Mar 6, 2016, 08:30 Nicholas Geovanis wrote: > Hi - New jenkins user trying to start jenkins on Debian 8 jessie. I > receive the following messages at failed

Re: Any takers for copy-to-slave plugin ownership

2015-08-21 Thread Vivekanand S V
Vivekanand, I am interested in it. Regards, Saptarshi On Friday, January 23, 2015 at 4:07:03 AM UTC, Vivekanand S V wrote: Hi all, I took over this plugin to add some stuff and did release a version, but I can't find time to actively maintain it (or fix bugs) due to personal reasons

Re: Any takers for copy-to-slave plugin ownership

2015-02-02 Thread Vivekanand S V
Bumping it in the hope that someone might be interested :) On Fri Jan 23 2015 at 9:37:05 AM Vivekanand S V svvivekan...@gmail.com wrote: Hi all, I took over this plugin to add some stuff and did release a version, but I can't find time to actively maintain it (or fix bugs) due

Any takers for copy-to-slave plugin ownership

2015-01-22 Thread Vivekanand S V
Hi all, I took over this plugin to add some stuff and did release a version, but I can't find time to actively maintain it (or fix bugs) due to personal reasons. Any one interested in taking ownership of this plugin ? CC'ing users group to reach more people. Thanks, Vivekanand. -- You

Re: Run angular test cases in jenkins

2015-01-06 Thread Vivekanand S V
See if the test cases are executed and xml files are generated properly. From the error it looks like the old xmls are still present and there are no new reports to be published. On Tue Jan 06 2015 at 5:53:15 PM Himani himani.g...@daffodilsw.com wrote: I am using testacular to run test cases in

Re: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Vivekanand S V
If you can execute matlab using your user account from terminal and you are using the same accoutn while running the job, add this line in your execute shell step export PATH=$PATH:/usr/local/MATLAB/R2014a/bin/ That should point to the correct executable. You can try the above step even if you

Re: xUnit - Failure

2014-05-07 Thread Vivekanand S V
One of the possibilities can be that the some of the generated files may not be in proper junit format, this may happen when the test cases didnt run for a particular class so the xml is generated but is not complete (i.e., it doesn't follow the junit schema). Just a guess, so give it a try. On

Re: Advice on how to have single job iterate over several different Config Specs?

2014-04-29 Thread Vivekanand S V
Have you check https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project ? That page also points to pages with more details. On Tue, Apr 29, 2014 at 5:56 PM, Horton, Anne B anne.b.hor...@lmco.comwrote: Jenkins masters, We are using the version of the clearcase plugin that

Re: how can I monitor a repository without having to check out code into jekins workspace

2014-03-26 Thread Vivekanand S V
Try enabling Poll SCM option ? I never tried that though, I think that checks for changes and then builds (only if there are any changes) On Wed, Mar 26, 2014 at 11:04 PM, gorillates...@gmail.com wrote: Hello- I want to monitor a git repository and run a script where then is a change. I've

Re: jenkins+ant+if_then

2014-02-06 Thread Vivekanand S V
This isn't a jenkins issue, anyway for your scenario, it looks like oyu need to add the taskdef for Ant contrib which defines the tasks for if conditions. http://ant-contrib.sourceforge.net/ and http://ant-contrib.sourceforge.net/tasks/tasks/if.html On Thu, Feb 6, 2014 at 1:35 PM, vinil narayan

Re: Integration test on a multi platform environment

2014-02-03 Thread Vivekanand S V
A multi configuration ( https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project ) job, may be ? On Mon, Feb 3, 2014 at 8:00 PM, Alon Segal alon@gmail.com wrote: Hi, I'm running Jenkins on a machine that has both Oracle an Mssql installed on. I am running a batch file as a

Re: How to browse the results (target) directory

2014-01-21 Thread Vivekanand S V
You can use wildcards (ant pattern) I think (**/*.log) if you know the extension. or *.* if you need all the files. If both wont work, then you better move the logs to a separate folder (or zip it) during the build process and use that for archiving. On Tue, Jan 21, 2014 at 4:15 PM, Moddy

Re: how to install Jenkins Slave on Windows

2013-12-20 Thread Vivekanand S V
You create a job in master, in the job configuration page just mention the slave (you'll find it named as NODE in config page) in which you want to run the job. On Sat, Dec 21, 2013 at 5:22 AM, rocketdoctor sc...@rocketdoctor.comwrote: thanks curtis after reading that again I figured it out,

Re: hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission

2013-11-21 Thread Vivekanand S V
May be THIS https://wiki.jenkins-ci.org/display/JENKINS/Securing+Jenkinscan help you. On Fri, Nov 22, 2013 at 3:39 AM, Henry Hsue henryh...@gmail.com wrote: Need help figuring this one out. I think I enabled global security and saw this error immediately. (accessing localhost:8080 see the

Re: Multiple coverage reports

2013-11-14 Thread Vivekanand S V
I don't know abt coverage in particular, but you can check https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin for generally running stuff more than once. On Thu, Nov 14, 2013 at 3:22 PM, Stefano Maggiolo s.maggi...@gmail.comwrote: Hello, Jenkins newbie here, sorry if the

Re: Parameterized build: pull choices from a file

2013-11-13 Thread Vivekanand S V
Check if https://wiki.jenkins-ci.org/display/JENKINS/Extended+Choice+Parameter+pluginor https://wiki.jenkins-ci.org/display/JENKINS/Extensible+Choice+Parameter+pluginwork for you. On Thu, Nov 14, 2013 at 12:38 AM, Curtis Kline ckl...@evernote.com wrote: I have a parameterized build with a

Re: hudson.util.IOException2: remote file operation failed

2013-11-13 Thread Vivekanand S V
Some problem while parsing it, whats there in lineNumber: 13; columnNumber: 29 in that xml file ? Maybe that'll give a hint. On Thu, Nov 14, 2013 at 5:43 AM, Maneesh M P maneesh.po...@gmail.comwrote: We get this error while publishing junit test results, any help ?? *15:23:46* Recording

Re: How to pass CLASSPATH variable to Jenkins.

2013-10-18 Thread Vivekanand S V
Inject environment variables using jenkins ? Or only for *this* case, u can add the set CLASSPATH=PATH_GOES_HERE line in your bat file before line that executes the ant file. On Fri, Oct 18, 2013 at 11:13 AM, puyo puy puyo...@gmail.com wrote: Hi, I have an ant script running successfully

Re: HTML Report Publisher and FIle Hierarchies

2013-10-10 Thread Vivekanand S V
You should be able publish another html (By clicking the add button present below it) by giving the new directory in the 2nd one and giving file3.html as the file to archive. This is how I work with multiple HTML files. On Thu, Oct 10, 2013 at 6:29 PM, Schalk Cronjé ysb...@gmail.com wrote: Of

Re: Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master

2013-09-27 Thread Vivekanand S V
Hi Owen, I release a new version of the plugin, I hope that will solve your problem. It should visible in update center in sometime. Give it a try and let me know. Vivek. On Sat, Sep 14, 2013 at 4:29 PM, Vivekanand S V svvivekan...@gmail.comwrote: Owen, I found the culprit (or may

Re: jenkins_1.532_all

2013-09-24 Thread Vivekanand S V
Look if the network is behind a proxy, if they are working fine check if you have done the steps mentioned here - http://pkg.jenkins-ci.org/debian/ On Tue, Sep 24, 2013 at 8:57 PM, ray charley jnbe...@googlemail.com wrote: Hello guys, yesterday i intalled Jenkins 1.532 on my home server (

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Vivekanand S V
Have you checked this https://wiki.jenkins-ci.org/display/JENKINS/Disable+security ? On Mon, Sep 16, 2013 at 11:31 AM, Gocool Geek g0c00l.g...@gmail.com wrote: Hi folks, Sorry if this sound silly, but I am stuck hence wanted to know the answer. I forgot my admin password and I am the

Re: Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master

2013-09-14 Thread Vivekanand S V
/work/jobs/Test/workspace/* does not exist. Finished: FAILURE You see the line Previous build = 5 twice because I waited for some time (Thread.sleep(2000)) before printing the 2nd line just to see if it waits till it finishes. Vivek. On Thu, Aug 29, 2013 at 9:33 AM, Vivekanand S V svvivekan

Re: Cobertura Plugin not generating xml file

2013-09-11 Thread Vivekanand S V
You should be checking about this in either maven related groups or cobertura but not here. This is no way concerned to jenkins. On Wed, Sep 11, 2013 at 11:41 AM, Gaurang shah gaurangns...@gmail.comwrote: Hi Guys, I was trying to generate the code coverage report through cobertura, however

Re: Choosing the slave to run the project

2013-09-06 Thread Vivekanand S V
When you use multi-configuration job you can select the slave by adding Slaves under the Configuration Matrix section. Once you do that, you can select the slave(s) on which this job needs to be run. On Fri, Sep 6, 2013 at 2:21 PM, Mateusz Polański mp.mateusz.polan...@gmail.com wrote: Is

Re: Error 404 Html Publisher Plugin

2013-09-06 Thread Vivekanand S V
Fix is rolled in 1.530, you can wait for it. I'll be out soon I hope On Fri, Sep 6, 2013 at 11:56 PM, Karthik Kumar Bachu karthik.ba...@gmail.com wrote: Downgrade jenkins from 1.529 to 1.527, it worked for me after downgrading. On Friday, August 30, 2013 9:56:17 AM UTC-4, Sascha wrote: Hi

Re: Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master

2013-08-28 Thread Vivekanand S V
I saw your report, I see that u face that race condition occasionally, but it happens always in my case. Btw, someone from #jenkins IRC channel gave me a work around for me, as my requirement is only the HTML publisher I can directly give the slave system path where the reports are located.