Re: setting build name while job is running using build-name-setter plugin

2016-08-04 Thread sivarajesh jarugula
> > On Tuesday, August 2, 2016 at 2:09:16 AM UTC-4, sivarajesh jarugula wrote: >> >> I have a jenkins page with multiple users running jobs simultaneously >> the jenkins page can be logged in using LDAP user accounts. >> while jobs are running from multiple users, I would

setting build name while job is running using build-name-setter plugin

2016-08-01 Thread sivarajesh jarugula
I have a jenkins page with multiple users running jobs simultaneously the jenkins page can be logged in using LDAP user accounts. while jobs are running from multiple users, I would like to see the username in each build number this helps users does not kill the job IDs of other users (is there a

Re: Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-25 Thread sivarajesh jarugula
iases there. You should also look into using something more > modern like bash. > > On Thursday, June 23, 2016 at 12:36:21 PM UTC-4, sivarajesh jarugula wrote: >> >> I am running a Jenkins parameterized build along with having csh commands in >> the "Exeute Shwll&q

Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-23 Thread sivarajesh jarugula
I am running a Jenkins parameterized build along with having csh commands in the "Exeute Shwll" WIndow/ my shell commands: #!/bin/csh echo "hu ha" I am getting the following error: [workspace] $ /bin/csh -xe /tmp/hudson3705530096260628757.sh alias: No match. Build step 'Execute shell' marked b

Re: Jenkins plugin for Directory Parameter

2016-06-12 Thread sivarajesh jarugula
be able to do that. > So, it's unlikely you find it. Or it'd require some flash or applet on the > client side, but those tech are quickly disappearing from our field. > > Cheers > > 2016-06-08 9:44 GMT+02:00 sivarajesh jarugula < > sivarajesh.jarug...@gmail.com&g

Re: File as parameter not working

2016-06-08 Thread sivarajesh jarugula
Hi Jonathan, I got a question related to your post. I have a requirement to browse a directory (which is multiple files and sub directories) instead of a file (which is done by File parameter plugin). I know with string parameter, I can ask user to give the path of the directory. But this is er

Jenkins plugin for Directory Parameter

2016-06-08 Thread sivarajesh jarugula
I know there is a Plugin called 'File Parameter' by which I can browse a file and get into the jenkin workspace. Is there any similar way I can Browse a directory and get the whole directory and copied it to the Jenkins workspace? Thanks In Advace Rajesh -- You received this message because yo