Re: Release notes from XX previous build change logs in Markdown

2014-08-22 Thread Daniel Beck
Looks like JENKINS-12032, which I haven't yet begun work on. Feel free to take 
over.

On 23.08.2014, at 02:46, Brantone  wrote:

> Looking to publish release notes based on change logs from SCM commit 
> messages .. and preferably in Markdown, but plain text will do ... alas, 
> surprised no plugin exists (that I can find), so curious how others handle 
> such a scenario, or else I guess I'm writing a plugin :)
> I do have 
> https://wiki.jenkins-ci.org/display/JENKINS/Changes+Since+Last+Success+Plugin 
> ; however, formatting for that is machine (html, xml, json), but nothing just 
> plain text.
> Quick scan of mailing list didn't reveal anything "ah ha!", so wondering if 
> this is such a unique situation, or already solved and it's obvious I'm just 
> not seeing it.
> 
> Cheers.
> 
> -- 
> 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.


Release notes from XX previous build change logs in Markdown

2014-08-22 Thread Brantone
Looking to publish release notes based on change logs from SCM commit 
messages .. and preferably in Markdown, but plain text will do ... alas, 
surprised no plugin exists (that I can find), so curious how others handle 
such a scenario, or else I guess I'm writing a plugin :)
I do 
have 
https://wiki.jenkins-ci.org/display/JENKINS/Changes+Since+Last+Success+Plugin 
; however, formatting for that is machine (html, xml, json), but nothing 
just plain text.
Quick scan of mailing list didn't reveal anything "ah ha!", so wondering if 
this is such a unique situation, or already solved and it's obvious I'm 
just not seeing it.

Cheers.

-- 
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: Junit in jenkins shows every test Passed but test failed?

2014-08-22 Thread Mark Waite
The file dalek.xml does not represent a test failure in JUnit's expected
format.  An annotated example of a JUnit XML file is at
http://llg.cubic.org/docs/junit/ .


On Fri, Aug 22, 2014 at 1:28 PM,  wrote:

>  Hello,
> I am a ittle bit confused about the JUnit plugin in Jenkins.
>
> It shows me every test as successfull.
> Also on failed Test.
>
> I use it with dalekjs and the junit-reporter.
>
> Can you please explain what is wrong?
>
> In the attachment you fin a simple test XML.
>
> Junit Plugin Version 1.0
> Jenkins 1.576 on Windows
>
> Thank you
>
>
>
>  --
> 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.
>



-- 
Thanks!
Mark Waite

-- 
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.


Junit in jenkins shows every test Passed but test failed?

2014-08-22 Thread m . holstein51
 Hello,
I am a ittle bit confused about the JUnit plugin in Jenkins.

It shows me every test as successfull.
Also on failed Test.

I use it with dalekjs and the junit-reporter.

Can you please explain what is wrong?

In the attachment you fin a simple test XML.

Junit Plugin Version 1.0
Jenkins 1.576 on Windows

Thank you



-- 
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.


dalek.xml
Description: XML document


Re: Possible culprit? Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-22 Thread Daniel Beck
There's a known issue with CLI authentication via --username not working for 
some commands in Jenkins 1.538-1.576.

Try using SSH key based authentication.

On 22.08.2014, at 17:58, G Dameron  wrote:

> I think I may be on to something, and I think it's related to the issue 
> https://issues.jenkins-ci.org/browse/JENKINS-21086 I mentioned in my OP. The 
> system log responds this way when I try to to a get-job on project_B:
> 
> Aug 22, 2014 9:23:07 AM WARNING 
> hudson.cli.handlers.GenericItemOptionHandler$1 run
> running as anonymous could not find 
> hudson.model.FreeStyleProject@2130a9c[project_B] of class 
> hudson.model.AbstractItem
> 
> I still have the "login" just before it, as recommended in the issue. I even 
> tried (a) appending the --username and --password args to the get-job, and 
> even (b) opening up Overall/Read to the anonymous user, then using the 
> "restart" URL to restart the server. Still no joy.
> 
> (Thanks, Daniel, for hanging in there through my struggle.)
> 
> 
> On Thursday, August 21, 2014 6:56:21 PM UTC-6, Daniel Beck wrote:
> What kind of project is it (e.g. freestyle, maven, multijob, build flow, 
> ...)? What plugin provides it? 
> 
> On 22.08.2014, at 02:31, G Dameron  wrote: 
> 
> > Just alphanumerics and underscores in the name. We're not using any 
> > CloudBees plugins. 
> > 
> > On Thursday, August 21, 2014 6:14:16 PM UTC-6, Daniel Beck wrote: 
> > Are there leading/trailing spaces in the project name? Characters that are 
> > not basic printable ASCII, preferably alphanumeric, e.g. characters with 
> > special meaning on the command line, like the dollar sign? 
> > 
> > Are you using the Cloudbees Folders plugin, and the job is actually in a 
> > folder? Other than changing project names, are the java calls in your first 
> > question unmodified (e.g. no parameters removed)? 
> > 
> > On 22.08.2014, at 02:01, G Dameron  wrote: 
> > 
> > > The job name I'm using meets the URL criterion. (It also meets the 
> > > "snowman" criterion, which implies the job's "real name" and "display 
> > > name" are identical, if I'm understanding you correctly). Is there any 
> > > other string I could/should use for the get-job argument? 
> > > 
> > > On Thursday, August 21, 2014 5:43:33 PM UTC-6, Daniel Beck wrote: 
> > > If it says '/job/foo' in the URL when you view the job, 'foo' is its 
> > > name. Even if it says something like "Project ☃" on the page you're on, 
> > > in that case '☃' is its display name. (That character used for the 
> > > display name is supposed to be the Unicode snowman U+2603 if your email 
> > > client doesn't display it.) 
> > > 
> > > To the best of my knowledge, there is no way to determine a project's 
> > > name from the CLI if the project has a differing display name and the 
> > > name is not already known, short of writing a plugin or patching Jenkins. 
> > > 
> > > On 22.08.2014, at 01:33, G Dameron  wrote: 
> > > 
> > > > What does a job's "real name" look like? 
> > > > Is there a string I can build up from known parts that would convince 
> > > > "get-job" that it's a legitimate argument? 
> > > > 
> > > > On Thursday, August 21, 2014 5:09:28 PM UTC-6, Daniel Beck wrote: 
> > > > It's likely the following: 
> > > > 
> > > > list-jobs shows the project's _display name_, but as parameter to 
> > > > commands you need to specify the project's real _name_. 
> > > > 
> > > > It's mind-bogglingly stupid, and there is currently no solution other 
> > > > than not using display names for projects, or patching Jenkins. 
> > > > 
> > > > A possible solution is tracked as JENKINS-22301. 
> > > > 
> > > > -- 
> > > > 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/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-use...@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.

-- 
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.


Possible culprit? Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-22 Thread G Dameron
I think I may be on to something, and I think it's related to the issue 
https://issues.jenkins-ci.org/browse/JENKINS-21086 

 I 
mentioned in my OP. The system log responds this way when I try to to a 
get-job on project_B:

Aug 22, 2014 9:23:07 AM WARNING hudson.cli.handlers.GenericItemOptionHandler$1 
run

running as anonymous could not find 
hudson.model.FreeStyleProject@2130a9c[project_B] of class 
hudson.model.AbstractItem


I still have the "login" just before it, as recommended in the issue. I 
even tried (a) appending the --username and --password args to the get-job, 
and even (b) opening up Overall/Read to the anonymous user, then using the 
"restart" URL to restart the server. Still no joy.

(Thanks, Daniel, for hanging in there through my struggle.)


On Thursday, August 21, 2014 6:56:21 PM UTC-6, Daniel Beck wrote:
>
> What kind of project is it (e.g. freestyle, maven, multijob, build flow, 
> ...)? What plugin provides it? 
>
> On 22.08.2014, at 02:31, G Dameron > 
> wrote: 
>
> > Just alphanumerics and underscores in the name. We're not using any 
> CloudBees plugins. 
> > 
> > On Thursday, August 21, 2014 6:14:16 PM UTC-6, Daniel Beck wrote: 
> > Are there leading/trailing spaces in the project name? Characters that 
> are not basic printable ASCII, preferably alphanumeric, e.g. characters 
> with special meaning on the command line, like the dollar sign? 
> > 
> > Are you using the Cloudbees Folders plugin, and the job is actually in a 
> folder? Other than changing project names, are the java calls in your first 
> question unmodified (e.g. no parameters removed)? 
> > 
> > On 22.08.2014, at 02:01, G Dameron  wrote: 
> > 
> > > The job name I'm using meets the URL criterion. (It also meets the 
> "snowman" criterion, which implies the job's "real name" and "display name" 
> are identical, if I'm understanding you correctly). Is there any other 
> string I could/should use for the get-job argument? 
> > > 
> > > On Thursday, August 21, 2014 5:43:33 PM UTC-6, Daniel Beck wrote: 
> > > If it says '/job/foo' in the URL when you view the job, 'foo' is its 
> name. Even if it says something like "Project ☃" on the page you're on, in 
> that case '☃' is its display name. (That character used for the display 
> name is supposed to be the Unicode snowman U+2603 if your email client 
> doesn't display it.) 
> > > 
> > > To the best of my knowledge, there is no way to determine a project's 
> name from the CLI if the project has a differing display name and the name 
> is not already known, short of writing a plugin or patching Jenkins. 
> > > 
> > > On 22.08.2014, at 01:33, G Dameron  wrote: 
> > > 
> > > > What does a job's "real name" look like? 
> > > > Is there a string I can build up from known parts that would 
> convince "get-job" that it's a legitimate argument? 
> > > > 
> > > > On Thursday, August 21, 2014 5:09:28 PM UTC-6, Daniel Beck wrote: 
> > > > It's likely the following: 
> > > > 
> > > > list-jobs shows the project's _display name_, but as parameter to 
> commands you need to specify the project's real _name_. 
> > > > 
> > > > It's mind-bogglingly stupid, and there is currently no solution 
> other than not using display names for projects, or patching Jenkins. 
> > > > 
> > > > A possible solution is tracked as JENKINS-22301. 
> > > > 
> > > > -- 
> > > > 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/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-use...@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.


View Job Filter - not picking up jobs

2014-08-22 Thread VFloyd
Plugin version = 1.26
Jenkins version = 1.554.1

Morning,
We have jobs that have a specific identifier withing the job name.  I had a 
"View" setup for these jobs using a regular expression - .\\*_AppScan_*

Yesterday I noticed the view hadn't picked up some newer jobs.  I played 
around with it, couldn't get the jobs to come up in the view.  I deleted 
the view and recreated it - now no jobs will display.

Does anyone have any ideas on how I can fix this?

Vanetta


-- 
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.


Error trying to attach files to email.

2014-08-22 Thread Jason Stanley


Hello

Environment:

Jenkins - 1.570

Email Extension Plugin - 2.38.1

Linux Jenkins server

Linux Build node


I have configured Jenkins to attach a log file for email notification.

This job runs on a Linux build node.

Once the job completes, I receive an email but there is no attachments.

Here is the log from the console output.


Sending email for trigger: Success

ERROR: Error accessing files to attach: remote file operation failed: 
/home/build/build/AUTOMATION at 
hudson.remoting.Channel@65f4b5c3:automation-center-shirley


Any ideas why its failing to attach the file?

I have tried exporting /home/build/build/AUTOMATION from the build node and 
mounting it on the Jenkins server, but this did not resolve the problem.


Thanks

Jason

-- 
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: Every build has all commits listed in the Changes page

2014-08-22 Thread Mark Waite
On Thu, Aug 21, 2014 at 1:43 PM, Wood Peter  wrote:

> Thank you for the replies.
>
> I'm still testing the setup so I try to keep it as clean as possible.
> There is only master branch and everything else is pretty clean minimal
> setup done by following the documentation.
>
> For "Additional Behaviours" all I have is "Strategy for choosing what to
> build: Gerrit Trigger". I'm not sure what that does.
>

Are you using Gerrit to track your source code changes?  If so, then you'll
probably need help from someone who knows the details of the Gerrit
trigger.  I don't use Gerrit yet.


> If I'm to test a job without the Gerrit Trigger do I need to add
> "Additional Behaviours"?
>
>
No, a test job without the Gerrit trigger just needs the URL of the git
repository.  No additional behaviors are needed.


> About the "pull log", actually I wanted to say "Pulling Log". When I go to
> any build page, on the left hand side along with "Changes", "Console
> Output" and so on, I see another link called "Pulling Log". When I click on
> it on the top of the page it says: "This page captures the polling log that
> triggered this build".
> It's like this one
> http://ci.gerritforge.com/job/Gerrit-master/445/pollingLog/ but for me
> the page is empty.
>

That's the "polling log".  Jenkins SCM plugins (including the git plugin,
mercurial plugin, perforce plugin, and others) can query the source control
system periodically to check for changes.  If changes are detected, then
the job is started.

The polling log will report changes are detected after a change is made to
the polled repository, and after the polling has run.


> Here is my console output:
>
> Triggered by Gerrit: http://repos.local:8080/20 
> Building in workspace /var/lib/jenkins/jobs/cfproject/workspace
>  > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>  > git config remote.cfproject.url 
> ssh://jenk...@repos.mycompany.com:29418/cfengine/cfproject # timeout=10
> Fetching upstream changes from 
> ssh://jenk...@repos.mycompany.com:29418/cfengine/cfproject
>  > git --version # timeout=10
> using GIT_SSH to set credentials
>  > git fetch --tags --progress 
> ssh://jenk...@repos.mycompany.com:29418/cfengine/cfproject 
> refs/changes/*:refs/changes/*
>  > git rev-parse b814adf6b424c10ea8063d29767c85de74971a06^{commit} # 
> timeout=10
> Checking out Revision b814adf6b424c10ea8063d29767c85de74971a06 
> (refs/changes/20/20/1)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f b814adf6b424c10ea8063d29767c85de74971a06
>  > git rev-parse FETCH_HEAD^{commit} # timeout=10
>  > git rev-list 1388d41de4bff273baf6a9282970c013069b2654 # timeout=10
> [workspace] $ /bin/sh -xe /tmp/hudson1833744645105158914.sh
> + /usr/local/bin/ci-buildplay.sh
> We are good.
> + /usr/local/sbin/ci-cfesyntax.sh
> Finished: SUCCESS
>
> Thank you,
>
> -- Peter
>
> On Wed, Aug 20, 2014 at 6:43 PM, Mark Waite 
> wrote:
>
>>
>>
>> On Wed, Aug 20, 2014 at 7:13 PM, Wood Peter 
>> wrote:
>>
>>> Jenkins-1.567; Git-Plugin-2.2.5; Gerrit-Trigger-2.11.1
>>>
>>> I setup Jenkins-Git-Gerrit and everything works as expected.
>>>
>>> The issue I'm having is that every build shows list of changes starting
>>> from the initial commit all the way to the last commit that actually
>>> triggered the build. Seems like it doesn't update the local repository and
>>> it start from scratch every time a build is triggered.
>>>
>>>
>> Did you inadvertently add the "Additional Behaviour" to "Calculate
>> changelog against a specific branch"?  That might cause the list of changes
>> to appear for each build, even if no changes arrived.
>>
>>
>>
>>> My Workspace files are up to date but my Pull Log for the builds is
>>> empty.
>>>
>>>
>> I don't recognize the term "pull log".  Is that somehow related to the
>> Gerrit trigger?
>>
>>
>>> Also if I manually run a build (i.e. not triggered by an event) it does
>>> a pull of the very first commit only and then continues with the tests.
>>>
>>
>> I assume that is also something provided by the Gerrit trigger, so I
>> don't recognize the concept of pulling a commit into the git plugin.
>>
>>  Can you duplicate the problem without the Gerrit trigger?
>>
>> Mark Waite
>>
>>
>>>  I know I missed some settings somewhere.
>>>
>>> Any help is appreciated.
>>>
>>> Thanks,
>>>
>>> -- Peter
>>>
>>> --
>>> 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.
>>>
>>
>>
>>
>> --
>> Thanks!
>> Mark Waite
>>
>> --
>> 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.
>> Fo

Re: How can i upload a text file and use it as a parameter

2014-08-22 Thread Bap

Quoting Alex Brodov :


I have a txt file which is dynamic file, it's updating during every build,
i want to use the content of the file which holds some string inside as a
Jenkins parameter so i can use the content of the file, i'm trying to
figure out how can i do that.



If you want the content of the file in a downstream job, archive the  
file in the job in which it is created and then use copy artifacts to  
copy the file into the current jobs workspace.


--
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: error cloaning remote repo

2014-08-22 Thread Mark Waite
It is possible that you have a large enough git repository or a slow enough
git server that you need to add the "Additional Behaviour"  for "Advanced
clone options".  In that additional behaviour, there is a "timeout" setting
which you could try setting to larger than the default value of 10
(minutes).

Mark Waite


On Fri, Aug 22, 2014 at 1:40 AM,  wrote:

> Hello guys,
>
> Can anyone please help me with this issue.
>
>
>
>
> Started by user anonymous 
> Building in workspace C:\Users\srinivasulu\.jenkins\jobs\kapardhi\workspace
> Cloning the remote Git repository
> Cloning repository https://github.com/bls07/selenium.git
>  > git.exe init C:\Users\srinivasulu\.jenkins\jobs\kapardhi\workspace # 
> timeout=10
> Fetching upstream changes from https://github.com/bls07/selenium.git
>  > git.exe --version # timeout=10
> using .gitcredentials to set credentials
>  > git.exe config --local credential.helper store 
> --file=\"C:\Users\SRINIV~1\AppData\Local\Temp\git3489513821778273571.credentials\"
>  # timeout=10
>  > git.exe fetch --tags --progress https://github.com/bls07/selenium.git 
> +refs/heads/*:refs/remotes/origin/*
> ERROR: Timeout after 10 minutes
>  > git.exe config --local --remove-section credential # timeout=10
> ERROR: Error cloning remote repo 'origin'hudson.plugins.git.GitException 
> :
>  Command "git.exe fetch --tags --progress 
> https://github.com/bls07/selenium.git +refs/heads/*:refs/remotes/origin/*" 
> returned status code -1:
> stdout:
> stderr: remote: Counting objects: 71, done. [K
> remote: Compressing objects:   1% (1/56)[K
> remote: Compressing objects:   3% (2/56)[K
> remote: Compressing objects:   5% (3/56)[K
> remote: Compressing objects:   7% (4/56)[K
> remote: Compressing objects:   8% (5/56)[K
> remote: Compressing objects:  10% (6/56)[K
> remote: Compressing objects:  12% (7/56)[K
> remote: Compressing objects:  14% (8/56)[K
> remote: Compressing objects:  16% (9/56)[K
> remote: Compressing objects:  17% (10/56)[K
> remote: Compressing objects:  19% (11/56)[K
> remote: Compressing objects:  21% (12/56)[K
> remote: Compressing objects:  23% (13/56)[K
> remote: Compressing objects:  25% (14/56)[K
> remote: Compressing objects:  26% (15/56)[K
> remote: Compressing objects:  28% (16/56)[K
> remote: Compressing objects:  30% (17/56)[K
> remote: Compressing objects:  32% (18/56)[K
> remote: Compressing objects:  33% (19/56)[K
> remote: Compressing objects:  35% (20/56)[K
> remote: Compressing objects:  37% (21/56)[K
> remote: Compressing objects:  39% (22/56)[K
> remote: Compressing objects:  41% (23/56)[K
> remote: Compressing objects:  42% (24/56)[K
> remote: Compressing objects:  44% (25/56)[K
> remote: Compressing objects:  46% (26/56)[K
> remote: Compressing objects:  48% (27/56)[K
> remote: Compressing objects:  50% (28/56)[K
> remote: Compressing objects:  51% (29/56)[K
> remote: Compressing objects:  53% (30/56)[K
> remote: Compressing objects:  55% (31/56)[K
> remote: Compressing objects:  57% (32/56)[K
> remote: Compressing objects:  58% (33/56)[K
> remote: Compressing objects:  60% (34/56)[K
> remote: Compressing objects:  62% (35/56)[K
> remote: Compressing objects:  64% (36/56)[K
> remote: Compressing objects:  66% (37/56)[K
> remote: Compressing objects:  67% (38/56)[K
> remote: Compressing objects:  69% (39/56)[K
> remote: Compressing objects:  71% (40/56)[K
> remote: Compressing objects:  73% (41/56)[K
> remote: Compressing objects:  75% (42/56)[K
> remote: Compressing objects:  76% (43/56)[K
> remote: Compressing objects:  78% (44/56)[K
> remote: Compressing objects:  80% (45/56)[K
> remote: Compressing objects:  82% (46/56)[K
> remote: Compressing objects:  83% (47/56)[K
> remote: Compressing objects:  85% (48/56)[K
> remote: Compressing objects:  87% (49/56)[K
> remote: Compressing objects:  89% (50/56)[K
> remote: Compressing objects:  91% (51/56)[K
> remote: Compressing objects:  92% (52/56)[K
> remote: Compressing objects:  94% (53/56)[K
> remote: Compressing objects:  96% (54/56)[K
> remote: Compressing objects:  98% (55/56)[K
> remote: Compressing objects: 100% (56/56)[K
> remote: Compressing objects: 100% (56/56), done. [K
>
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
>   at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
>   at

Re: Insert the SVN repository changes comments into DB table by Jenkins

2014-08-22 Thread James Green
Nothing to do with Jenkins. Have a look for repository management tools
instead.


On 21 August 2014 22:03, Sree M  wrote:

> Any Help Appreciated...
>
>
> On Thursday, August 21, 2014 1:03:55 PM UTC-4, Sree M wrote:
>>
>> Hello Users, I am new to Jenkins and I have a requirement on Jenkins and
>> I am not sure it is possible on Jenkins. Currently, we have Jenkins Build
>> on SVN Repository and its send E-mail notifications to respective
>> development and application owners group. Apart Email notifications, we
>> need insert all the these changes comments into Database table.
>>
>> Please help me on this.
>>
>  --
> 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.


error cloaning remote repo

2014-08-22 Thread srinivasulu


Hello guys,

Can anyone please help me with this issue.




Started by user anonymous 
Building in workspace C:\Users\srinivasulu\.jenkins\jobs\kapardhi\workspace
Cloning the remote Git repository
Cloning repository https://github.com/bls07/selenium.git
 > git.exe init C:\Users\srinivasulu\.jenkins\jobs\kapardhi\workspace # 
 > timeout=10
Fetching upstream changes from https://github.com/bls07/selenium.git
 > git.exe --version # timeout=10
using .gitcredentials to set credentials
 > git.exe config --local credential.helper store 
 > --file=\"C:\Users\SRINIV~1\AppData\Local\Temp\git3489513821778273571.credentials\"
 >  # timeout=10
 > git.exe fetch --tags --progress https://github.com/bls07/selenium.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
 > git.exe config --local --remove-section credential # timeout=10
ERROR: Error cloning remote repo 'origin'hudson.plugins.git.GitException 
:
 Command "git.exe fetch --tags --progress https://github.com/bls07/selenium.git 
+refs/heads/*:refs/remotes/origin/*" returned status code -1:
stdout: 
stderr: remote: Counting objects: 71, done. [K
remote: Compressing objects:   1% (1/56)[K
remote: Compressing objects:   3% (2/56)[K
remote: Compressing objects:   5% (3/56)[K
remote: Compressing objects:   7% (4/56)[K
remote: Compressing objects:   8% (5/56)[K
remote: Compressing objects:  10% (6/56)[K
remote: Compressing objects:  12% (7/56)[K
remote: Compressing objects:  14% (8/56)[K
remote: Compressing objects:  16% (9/56)[K
remote: Compressing objects:  17% (10/56)[K
remote: Compressing objects:  19% (11/56)[K
remote: Compressing objects:  21% (12/56)[K
remote: Compressing objects:  23% (13/56)[K
remote: Compressing objects:  25% (14/56)[K
remote: Compressing objects:  26% (15/56)[K
remote: Compressing objects:  28% (16/56)[K
remote: Compressing objects:  30% (17/56)[K
remote: Compressing objects:  32% (18/56)[K
remote: Compressing objects:  33% (19/56)[K
remote: Compressing objects:  35% (20/56)[K
remote: Compressing objects:  37% (21/56)[K
remote: Compressing objects:  39% (22/56)[K
remote: Compressing objects:  41% (23/56)[K
remote: Compressing objects:  42% (24/56)[K
remote: Compressing objects:  44% (25/56)[K
remote: Compressing objects:  46% (26/56)[K
remote: Compressing objects:  48% (27/56)[K
remote: Compressing objects:  50% (28/56)[K
remote: Compressing objects:  51% (29/56)[K
remote: Compressing objects:  53% (30/56)[K
remote: Compressing objects:  55% (31/56)[K
remote: Compressing objects:  57% (32/56)[K
remote: Compressing objects:  58% (33/56)[K
remote: Compressing objects:  60% (34/56)[K
remote: Compressing objects:  62% (35/56)[K
remote: Compressing objects:  64% (36/56)[K
remote: Compressing objects:  66% (37/56)[K
remote: Compressing objects:  67% (38/56)[K
remote: Compressing objects:  69% (39/56)[K
remote: Compressing objects:  71% (40/56)[K
remote: Compressing objects:  73% (41/56)[K
remote: Compressing objects:  75% (42/56)[K
remote: Compressing objects:  76% (43/56)[K
remote: Compressing objects:  78% (44/56)[K
remote: Compressing objects:  80% (45/56)[K
remote: Compressing objects:  82% (46/56)[K
remote: Compressing objects:  83% (47/56)[K
remote: Compressing objects:  85% (48/56)[K
remote: Compressing objects:  87% (49/56)[K
remote: Compressing objects:  89% (50/56)[K
remote: Compressing objects:  91% (51/56)[K
remote: Compressing objects:  92% (52/56)[K
remote: Compressing objects:  94% (53/56)[K
remote: Compressing objects:  96% (54/56)[K
remote: Compressing objects:  98% (55/56)[K
remote: Compressing objects: 100% (56/56)[K
remote: Compressing objects: 100% (56/56), done. [K

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
at hudson.model.Run.execute(Run.java:1740)
   

Re: jenkins ec2 plugin

2014-08-22 Thread Akash Gupta

Do we also need to set any init script for launching new slave. When I 
manually launced the slave to execute the build the slave status is showing 
idle and it not able to execute the job.

-- 
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: jenkins ec2 plugin

2014-08-22 Thread Akash Gupta
Hi,

I am using Jenkins 1.574 and Amazon EC2 plugin 1.24. Also I had setup the
master executor to zero but when I run the job it not launching new slaves
instead  the jobs are showing waiting up in the queue.



On Thu, Aug 21, 2014 at 10:38 PM, jpd4nt 
wrote:

> Hi.
>
> Can you post what version of Jenkins you are using and what version of ec2
> plugin you are using.
>
> Also have you set the master to have zero executors, that will force the
> jobs to run on a slave
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/n-bFXDolY3s/unsubscribe.
> To unsubscribe from this group and all its topics, 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.