Re: jenkins Console output

2015-10-07 Thread Jayaprakash D B
Hi,

This looks like there is a problem connecting to remote host using SSH..
Try connecting to remote host manually and check if you are able to
successfully connect and transfer files using SCP.

Thanks,
JP

On Tuesday 6 October 2015, GBANE FETIGUE  wrote:

>
> Hey guys
>
> I am having some issues after running this job is giving me this error. I
> am not a jenkins expert ; here is the output also i to debug with the
> option - but is it's not working. could someone help me
>
> Started by user Fetigue Gbane 
> Building on master in workspace 
> /var/lib/jenkins/jobs/server-dev-cs-com-server/workspace
> [workspace] $ /bin/bash /tmp/hudson1559079971890511064.sh
> ff8e897c828dfd304e210a893bc095df7a9158c4-2015-09-28_02-44-55--47
>
> PLAY [Deploy to com servers] 
> **
>
> GATHERING FACTS 
> ***
> fatal: [172.16.39.215] => SSH encountered an unknown error during the 
> connection. We recommend you re-run the command using -, which will 
> enable SSH debugging output to help diagnose the issue
>
> TASK: [nodejs_app | Put upstart script in place] 
> **
> FATAL: no hosts matched or all hosts have already failed -- aborting
>
>
> PLAY RECAP 
> 
>to retry, use: --limit 
> @/var/lib/jenkins/deploy_com_release_group.retry
>
> 172.16.39.215  : ok=0changed=0unreachable=1failed=0
>
> Build step 'Execute shell' marked build as failure
> Finished: FAILURE
>
>
> --
> 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+unsubscr...@googlegroups.com
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/8a018838-43cd-4b30-92eb-33fa786b1296%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CALFtzb1JRcos_zvEWeU2Wk9EhbU3TEKdXs5cX%2Be8uJuQBv2AVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: perforce nvalid or unset P4PASSWD

2015-02-26 Thread Jayaprakash D B
By default, the p4 tickets are valid for 12 hours. You can request for
unlimited time access to p4 server from your perforce administrator and
they should be able to give you one.

Thanks,
JP

On Fri, Feb 27, 2015 at 11:05 AM, niraj nandane 
wrote:

> the p4 commands that we execute in execute shell as a build step are
> saying invalid or unset P4PASSWD.
>
> This is because perforce gives 12 hrs of access to one login using p4
> ticket.
>
> How you are managing this invalid or unset P4PASSWD error ,that always
> come after 12 hrs
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a9ed22cf-fae9-47f2-a000-fd1e1130c2c3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CALFtzb3viN2TwBPtFHzeQZRCNCC561dVjJiVhGbXe-%2BKbVdzew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: question on BUILD_ID

2014-10-29 Thread Jayaprakash D B
Probably EnvInject plugin may help you..

Thanks,
JP

On Tue, Oct 28, 2014 at 10:12 PM, alok kumar  wrote:

> Hi All,
> I am using ZEN timestamp plugin to modify the BUILD_ID as per our
> requirements.
> It works well when I use it any build step, but when I try using the
> changed BUILD_ID variable in the extended email build step it doesnt show
> the modified BUILD_ID, but, the default one instead.
>
> Has anyone come across this before? If so, can you please help me to
> overcome this issue.
>
> Thanks,
> Alok
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: priority sorter plugin

2014-06-11 Thread Jayaprakash D B
Did you enable concurrent builds on the project configuration page? If not,
you should do that.


On Wed, Jun 11, 2014 at 4:29 PM,  wrote:

> Hi Jayaprakash D B,
>
> thank you for this post. I am facing the same problem like you did and
> wanted to ask you, whether you were able to solve it in between?
>
> I've chosen "Use Priority from Build Parameter" and tried to forward the
> Parameter via URL the following way:
>
> http://localhost:8080/job/myJobName/buildWithParameters?PARAM1=value1&PARAM2=value2&BuildPriority=1
>
>
> Where the last argument "BuildPriority" is the standard name defined by the 
> Plugin (didn't change it).
>
>
> I tried to start the build process from this stage with no more changes but 
> found, that every parameter works but not the "BuildPriority".
>
> Because I realized, that I added all other parameters manually to the build 
> job, but didn't do this for "BuildPriority" I tried to add
>
> parameters with exactly that name. Once I tried as string paramater, another 
> time as option box parameter. But none of the ways worked for me.
>
> Starting th eprocess and passing parameters works fine, but not the priority.
>
>
> Thank you very much
>
>  --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Issue with Dynamic Axis plugin

2014-04-30 Thread Jayaprakash D B
Hi,

 I am using dynamic axis plugin. It looks like the job is not executing on
the correct nodes.

 I have a string parameter which accepts the nodes/labels name with
whitespaces between each. Say, I select nodes A, B and C. When I submit the
job, it shows that the job is running on nodes A, B and C. But when I see
the console output of the job for A, the echo says that the build actually
ran on node B and job for node B ran on node C and so on.

 Looks like jobs are not getting executed on intended nodes, although while
building, it shows the correct nodes on job page. Am I missing any
configurations? Need help.

 Thanks,
JP

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: priority sorter plugin

2014-03-03 Thread Jayaprakash D B
>From the main page, I have selected priority strategy to be "Use priority 
from Build Parameter. And I am using "BuildPriority" as the build parameter 
name. 
I have same parameter in the job by extended choice parameter. 
I submit the build with BuildPriority=4,3,1 respectively. 

I am expecting builds to be run in following orders: 4 (since its the 1st 
job submitted,1 and 3). But, builds run according to FIFO ie., 4,3,1.


On Monday, 3 March 2014 21:31:42 UTC+5:30, Baptiste Mathus wrote:
>
> This is indeed exactly how we use the priority sorter. Using a parameter. 
> So maybe double check what you did or explain in details here how you 
> proceed.
> Cheers
> Le 3 mars 2014 14:07, "Jayaprakash D B" > 
> a écrit :
>
>> Hi All,
>>
>> I am using priority sorter plugin for a project. I want the priority 
>> values to be set as part of parametrized value. If I am not wrong, it's not 
>> supported directly.
>>
>> Under Job Priorities page, I tried setting the "Use priority from Build 
>> parameter option". For "Build Parameter Name" I set the variable to be 
>> BuildPriority which I get as a parameterized value while submitting the 
>> build. But I couldn't use it effectively.
>>
>> Am I missing something here?
>>
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Increase jobs in build queue of a project

2014-03-03 Thread Jayaprakash D B
Thanks. Issue resolved

On Monday, 3 March 2014 15:48:40 UTC+5:30, benjamin.a.lau wrote:
>
> I'm assuming all of these have the same parameters or are not 
> parameterized at all. Due to this the queue will be culled by Jenkins 
> such that only each unique job will appear in the queue. 
>
> Marc MacIntyre (in the thread about for loops the other day) suggested 
> the following to compensate for this: 
> Depending on your job, you'll want to add some kind of bogus parameter 
> to the jobs to prohibit deduplication, since Jenkins can coalesce jobs 
> that are run with the same parameters in the queue.  I use the current 
> system time in millis. 
>
> That will probably solve your problem. 
>
> Cheers, 
> Ben 
>
> On Mon, Mar 3, 2014 at 1:32 AM, Jayaprakash D B 
> > 
> wrote: 
> > Hi, 
> > 
> > I have a project where we submit number of builds. As of now, I can see 
> only 
> > two jobs in the queue:one the running one and other the queued one. I 
> want 
> > to queue more than one job in a particular queue. Is it possible? 
> > 
> > Thanks, 
> > JP 
> > 
> > -- 
> > 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-use...@googlegroups.com . 
> > For more options, visit https://groups.google.com/groups/opt_out. 
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


priority sorter plugin

2014-03-03 Thread Jayaprakash D B
Hi All,

I am using priority sorter plugin for a project. I want the priority values 
to be set as part of parametrized value. If I am not wrong, it's not 
supported directly.

Under Job Priorities page, I tried setting the "Use priority from Build 
parameter option". For "Build Parameter Name" I set the variable to be 
BuildPriority which I get as a parameterized value while submitting the 
build. But I couldn't use it effectively.

Am I missing something here?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Increase jobs in build queue of a project

2014-03-03 Thread Jayaprakash D B
Hi,

I have a project where we submit number of builds. As of now, I can see 
only two jobs in the queue:one the running one and other the queued one. I 
want to queue more than one job in a particular queue. Is it possible?

Thanks,
JP

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.