Re: Trouble connecting to Windows slaves using jnlp - quick question

2013-06-26 Thread John Vacz
Is the master running behind a proxy? It seems to me that if the proxy 
is running on a different host, the jnlp slave may try to connect the 
proxy host, instead of the jenkins host. This might also be related to 
the jenkins url in the configuration.  We have had a similar problem, 
after we moved our reverse proxy to the same host as jenkins, the jnlp 
slave began to work.

I did really dig into this, so my guess might not be correct.

-jv

Am 25.06.2013 08:13, schrieb Z W:

Hi All

We have trouble configuring windows as slaves to our linux box running 
jenkins; we configure the windows slaves to use jnlp
at the slaves we kicked off the jnlp box shows connected with no drop 
down menu to install as windows service but on jenkins it says not 
connected


Why is that ?

Thank you.
Sincerely
--
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.




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




How can I mark test as not making the build unstable (although it failed)

2013-06-26 Thread orimarko


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




Build with parameters redirects to blank screen

2013-06-26 Thread C. Benson Manica
I've run into an issue with both 1.519 and 1.520 that is both baffling and 
annoying. When I build a job with no parameters, the job page reloads as 
normal and I can see the job building. However ,when I build a job with 
parameters, I get a blank white page with no HTML source at *job//build?delay=0sec*. Nothing displays unless I manually reload the 
page, in which case I can see everything normally. What's going on? Is this 
a known issue? If so, what version can I downgrade to while the problem is 
being fixed? If not, should I file a bug report?

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




Polling for changes to an arbitrary sub-directory in a perforce workspace

2013-06-26 Thread Suhas Madhusudana


Hi - Using the Perforce plugin, my project polls for changes to trigger a
test build. Since my test is highly localized, I don't wish to trigger a
build for every change to the rather huge Perforce workspace. Is there a way
to restrict this polling mechanism only to changes to an arbitrary workspace
sub-directory?

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




Having trouble with Maven Release plugin -- "Cannot prepare the release because you have local modifications"

2013-06-26 Thread teilo
You need too add target/ to svn:ignore

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




Jenkins build history is removed shortly after build

2013-06-26 Thread Michael Smolyak
The build in question does not have any build steps. All it does is pulls a 
repository from Git and exposes files in one of the directories as build 
artifacts to be used by Ansible scripts.

The problem is that the build history along with the build artifacts gets 
removed automatically shortly after the build is run (say 15 minutes). 
There are no settings in the build configuration instructing Jenkins to 
remove the build history and artifacts. Why does it happen?

Thank you,

Michael

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




Having trouble with Maven Release plugin -- "Cannot prepare the release because you have local modifications"

2013-06-26 Thread Dave
Hi,

I'm using the latest version of Jenkins, SVN 1.7, and just installed the 
Maven Release plugin for Jenkins.  Is there any way to configure the Maven 
release plugin to do a fresh checkout from SVN before it runs?  I'm running 
the plugin by doing the following:

- From my job, clicking "Perform Maven Release" from the left panel
- Clicking the checkbox "Specify SCM login/password" and filling in my SVN 
username and password.
- Clicking the button "Schedule Maven Release Build"

However, I'm getting the error, "Cannot prepare the release because you 
have local modifications".  The plugin doesn't appear to have any other 
configuration options.  Below is the complete stack trace.


===Begin stack trace 

Building remotely on s-17abf238 in workspace /scratch/jenkins/workspace/test
Updating https://mydomain.com/svn/subco-digitalurl at revision 
'2013-06-26T14:37:39.249 +'
At revision 2078
no change for https://mydomain.com/svn/subco-digitalurl since the previous 
build
Parsing POMs
Modules changed, recalculating dependency graph
[test] $ /opt/jdk/jdk1.7.latest/bin/java -Dmaven.test.failure.ignore=false 
-cp 
/scratch/jenkins/maven3-agent.jar:/opt/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar
 
org.jvnet.hudson.maven3.agent.Maven3Main /opt/maven/apache-maven-3.0.4 
/scratch/jenkins/slave.jar /scratch/jenkins/maven3-interceptor.jar 57596
<===[JENKINS REMOTING CAPACITY]===>channel started
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f /scratch/jenkins/workspace/test/test/pom.xml 
-DdevelopmentVersion=1.2-SNAPSHOT -DreleaseVersion=1.1 -Dusername=myuser 
-Dpassword=* -Dresume=false release:prepare release:perform
[INFO] Scanning for projects...
Projects to build: [MavenProject: org.myco.subco:test:1.1-SNAPSHOT @ 
/scratch/jenkins/workspace/test/test/pom.xml]
projectStarted org.myco.subco:test:1.1-SNAPSHOT
[INFO] 

[INFO] 

[INFO] Building test 1.1-SNAPSHOT
[INFO] 

mojoStarted org.apache.maven.plugins:maven-release-plugin:2.0(default-cli)
[INFO] 
[INFO] --- maven-release-plugin:2.0:prepare (default-cli) @ test ---
[INFO] Verifying that there are no local modifications...
[INFO] Executing: /bin/sh -c cd /scratch/jenkins/workspace/test/test && svn 
--username myuser --password '*' --non-interactive status
[INFO] Working directory: /scratch/jenkins/workspace/test/test
mojoFailed org.apache.maven.plugins:maven-release-plugin:2.0(default-cli)
projectFailed org.myco.subco:test:1.1-SNAPSHOT
sessionEnded
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 8.227s
[INFO] Finished at: Wed Jun 26 14:38:24 UTC 2013
[INFO] Final Memory: 12M/205M
[INFO] 

Projects to build: [MavenProject: org.myco.subco:test:1.1-SNAPSHOT @ 
/scratch/jenkins/workspace/test/test/pom.xml]
[JENKINS] Archiving /scratch/jenkins/workspace/test/test/pom.xml to 
/home/evotext/hudson_home/jobs/test/modules/org.myco.subco$test/builds/2013-06-26_14-38-09/archive/org.myco.subco/test/1.1-SNAPSHOT/test-1.1-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on 
project test: Cannot prepare the release because you have local 
modifications : 
[target/maven-archiver/pom.properties:modified]
[target/surefire-reports/TEST-org.myco.subco.AppTest.xml:modified]
[target/surefire-reports/org.myco.subco.AppTest.txt:modified]
[target/test-1.1-SNAPSHOT.jar:unknown]

cause : Cannot prepare the release because you have local modifications : 
[target/maven-archiver/pom.properties:modified]
[target/surefire-reports/TEST-org.myco.subco.AppTest.xml:modified]
[target/surefire-reports/org.myco.subco.AppTest.txt:modified]
[target/test-1.1-SNAPSHOT.jar:unknown]

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare 
(default-cli) on project test: Cannot prepare the release because you have 
local modifications : 
[target/maven-archiver/pom.properties:modified]
[target/surefire-reports/TEST-org.myco.subco.AppTest.xml:modified]
[target/surefire-reports/org.myco.subco.AppTest.txt:modified]
[target/test-1.1-SNAPSHOT.jar:unknown]

at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execut

Re:

2013-06-26 Thread Nayana ABREU
The thing is that I don't know how to find this ( Local Security Policy >
Security Settings > Local Polic
ies > User Rights Assignment > Create symbolic links) in Windows 8. I am
digging for hour and didn't find.


On Wed, Jun 26, 2013 at 3:06 PM, Andrew Melo  wrote:

>
>
> On Wed, Jun 26, 2013 at 2:04 PM, Nayana ABREU wrote:
>
>> In my Command Prompt the following appears:
>>
>> ←[33mJun 26, 2013 2:59:14 PM hudson.Util warnWindowsSymlink
>> WARNING: Symbolic links enabled on this platform but disabled for this
>> user; run
>>  as administrator or use Local Security Policy > Security Settings >
>> Local Polic
>> ies > User Rights Assignment > Create symbolic links
>> ←[0mJun 26, 2013 2:59:55 PM hudson.triggers.SCMTrigger$Runner run
>> INFO: SCM changes detected in game-of-life-default. Triggering  #1
>>
>
> Seems like symbolic links are disabled for your user. Did you try and
> enable them following those directions? It appears to be just a warning
> though.
>
>
>>
>>
>> On Wed, Jun 26, 2013 at 1:14 PM, Nayana ABREU 
>> wrote:
>>
>>> In the configurations, do I have to put something in the git part, like
>>> git name or installation directory?
>>>
>>>
>>> On Wed, Jun 26, 2013 at 1:10 PM, Steven Deal wrote:
>>>
 I'm not sure I remember my windows; but, if you right click on the dos
 window, go to properties or some such… you can enable 'copy and paste'.
 I've never understood why it's not the default.
 However, in terms of your response,  I was not speaking of Jenkins'
 output… I'm hoping you would confirm that you can clone the repo outside of
 Jenkins.

 On Jun 26, 2013, at 1:05 PM, Nayana ABREU 
 wrote:

 The command prompt is showing me this while the jenkins is ruinnning
 the tests:

 


 On Wed, Jun 26, 2013 at 12:57 PM, Steven Deal wrote:

> I would try to run the command manually.
> Open up a dos shell and type
> git.exe clone --progress -o origin g...@github.com:
> nayanex/game-of-life.git
>
> If you are able to clone the repo, I would suspect that the
> permissions of the workspace
> 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do not allow
> Jenkins to write to that directory.
>
>
>
> On Jun 26, 2013, at 12:27 PM, Nayana ABREU 
> wrote:
>
> Ok. I let the "Post-build Actions" empty, but when I processed again
> the following happened:
>
>
>
>
>
> On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU <
> holanda.nay...@gmail.com> wrote:
>
>> So wat can I do? Let it empty?
>>
>>
>> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal 
>> wrote:
>>
>>> This is normal if you have not built yet and no test artifacts have
>>> been created.
>>>
>>> On Jun 26, 2013, at 12:17 PM, Nayana ABREU 
>>> wrote:
>>>
>>> 
>>> Oh yeah. But even this way is not working. In the page 26 about the
>>> Post-build Actions, my Jenkins doesn't show the rest of the options 
>>> shown
>>> in the book. It is like the picture attached
>>>
>>> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal
>>> escreveu:

 From the screenshot, looks like you have an extra 'e' in the repo
 you are trying to clone.

 game-of-lifee.git

 On Jun 26, 2013, at 11:36 AM, Nayana ABREU 
 wrote:

 Hi I am trying to do the example described in page 27 of the book
 Jenkins: The Definitive Guide, but, the problem is that, it was 
 supposed to
 take sconds of duration, and when I try it is showing "in progress", 
 and it
 never stop to run. Can somebody informe what might be wrong?

 --
 Nayana Holanda de Abreu
 holanda...@gmail.com
 Phone: 662-801-6349
 Skype: nayanexbourdon

 --
 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.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" 

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
That's also a handy technique. :-)

I do the same thing but using the Parameterized trigger with a
generated properties list and Build Flow.

Ben

On 6/26/13, chris_willia...@dell.com  wrote:
> To give an example, we have one master job which calls several other
> sub-jobs in a pipeline fashion. We use a build step in the master job which
> makes the calls below to set the build numbers of the sub-jobs to match the
> master job before it calls them:
>
>
>
> "C:\Program Files (x86)\Curl\curl.exe" -d "nextBuildNumber=%BUILD_NUMBER%"
> http://user:password@localhost:8080/job/SUB_JOB1/nextbuildnumber/submit";
>
> "C:\Program Files (x86)\Curl\curl.exe" -d "nextBuildNumber=%BUILD_NUMBER%"
> "http://user:password@localhost:8080/job/SUB_JOB2/nextbuildnumber/submit";
>
>
>
> Chris Williams
>
> Dell | PG Release Engineering
>
>
>
>
>
> From: jenkinsci-users@googlegroups.com
> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of djx339
>
> Sent: Wednesday, June 26, 2013 12:18 PM
>
> To: jenkinsci-users
>
> Subject: Re: Re: How to use the same BUILD_NUM in two different jobs?
>
>
>
> thanks
>
>
>
> From: Benjamin Lau
>
> Date: 2013-06-27 01:16
>
> To: jenkinsci-users
>
> Subject: Re: Re: How to use the same BUILD_NUM in two different jobs?
>
> Next Build Number
>
> https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin
>
> On Jun 26, 2013 1:06 PM, "djx339"  wrote:
>
> can you tell me the plugin name? thanks
>
>
>
>
>
> From: Benjamin Lau
>
> Date: 2013-06-27 01:02
>
> To: jenkinsci-users
>
> Subject: Re: How to use the same BUILD_NUM in two different jobs?
>
> You don't want to do this.  It's an extremely good practice to make sure
> that all build numbers are unique.
>
> But if you want to do this anyway... I think there's a plugin which let's
> you explicitly set the build number. I use it to jump the build number up
> when I make major backward incompatible changes to my build process.
>
> Ben
>
> On Jun 26, 2013 11:42 AM,  wrote:
>
> i have an branch in git repository to fix bug, and coding new features in
> master branch.
>
> my job1 is for branch build to verify bug. job2 is for master build.
>
> i should change the version in every job. and the version is job's
> BUILD_NUM.
>
> so i should use one BUILD_NUM between two jobs.
>
> hao can i do?
>
>
>
> 在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:
>
> Your questions seems a bit confusing.  Are you asking how you can make it so
> that the jobs are the same build number?
>
>
>
> Or are you asking how you could make it so that job2 is always 1 build
> number higher than job1?
>
> 
>
> From: djx...@gmail.com
>
> To: jenkins...@googlegroups.com
>
> Sent: Wednesday, June 26, 2013 10:10:36 AM
>
> Subject: How to use the same BUILD_NUM in two different jobs?
>
>
>
> I have two jobs in my jenkins, I should use the same BUILD_NUM in two
> different jobs. how can i do?
>
>
>
> eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be
> 6.
>
>
>
> Thanks everyone.
>
> --
>
>
> --
> 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.
>
>
>

-- 
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: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Chris_Williams1
To give an example, we have one master job which calls several other sub-jobs 
in a pipeline fashion. We use a build step in the master job which makes the 
calls below to set the build numbers of the sub-jobs to match the master job 
before it calls them:



"C:\Program Files (x86)\Curl\curl.exe" -d "nextBuildNumber=%BUILD_NUMBER%"  
http://user:password@localhost:8080/job/SUB_JOB1/nextbuildnumber/submit";

"C:\Program Files (x86)\Curl\curl.exe" -d "nextBuildNumber=%BUILD_NUMBER%" 
"http://user:password@localhost:8080/job/SUB_JOB2/nextbuildnumber/submit";



Chris Williams

Dell | PG Release Engineering





From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of djx339

Sent: Wednesday, June 26, 2013 12:18 PM

To: jenkinsci-users

Subject: Re: Re: How to use the same BUILD_NUM in two different jobs?



thanks



From: Benjamin Lau

Date: 2013-06-27 01:16

To: jenkinsci-users

Subject: Re: Re: How to use the same BUILD_NUM in two different jobs?

Next Build Number

https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin

On Jun 26, 2013 1:06 PM, "djx339"  wrote:

can you tell me the plugin name? thanks





From: Benjamin Lau

Date: 2013-06-27 01:02

To: jenkinsci-users

Subject: Re: How to use the same BUILD_NUM in two different jobs?

You don't want to do this.  It's an extremely good practice to make sure that 
all build numbers are unique.

But if you want to do this anyway... I think there's a plugin which let's you 
explicitly set the build number. I use it to jump the build number up when I 
make major backward incompatible changes to my build process.

Ben

On Jun 26, 2013 11:42 AM,  wrote:

i have an branch in git repository to fix bug, and coding new features in 
master branch.

my job1 is for branch build to verify bug. job2 is for master build.

i should change the version in every job. and the version is job's BUILD_NUM.

so i should use one BUILD_NUM between two jobs.

hao can i do?



在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:

Your questions seems a bit confusing.  Are you asking how you can make it so 
that the jobs are the same build number?



Or are you asking how you could make it so that job2 is always 1 build number 
higher than job1?



From: djx...@gmail.com

To: jenkins...@googlegroups.com

Sent: Wednesday, June 26, 2013 10:10:36 AM

Subject: How to use the same BUILD_NUM in two different jobs?



I have two jobs in my jenkins, I should use the same BUILD_NUM in two different 
jobs. how can i do?



eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6.



Thanks everyone.

--


-- 
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: Does Jenkins scan for new WAR files?

2013-06-26 Thread Richard Bywater
No Jenkins won't be scanning for your War file. Instead it's probably
because of, what I deem broken, Windows locking of the file and not
releasing it properly.

Unfortunately I never discovered a way around it apart from moving to Linux
:) Hopefully someone can help you out in fixing the issue.

Cheers
Richard.

On Thursday, June 27, 2013, Andrew Kujtan wrote:

> I'm having an intermittent error in my builds because a war file the build
> generates seems to be in use by jenkins, exception shown below. When I
> navigate to the war file in the filesystem I can't delete it either. It
> seems that the Jenkins process has a lock on it, as I can only delete it
> after shutting down Jenkins.
>
> Am I crazy?
>
> Building in workspace D:\jenkins\jobs\Complete Build - Everything\workspace
> Cleaning up D:\jenkins\jobs\Complete Build -
> Everything\workspace\build\scratch
> Deleting D:\jenkins\jobs\Complete Build -
> Everything\workspace\build\scratch\lib
> ERROR: Failed to update http://svn/vlpro/vlproprojects/trunk
> org.tmatesoft.svn.core.SVNException: svn: E204900:
> D:\jenkins\jobs\Complete Build -
> Everything\workspace\build\scratch\lib\Root.war: The process cannot access
> the file because it is being used by another process.
>
> at
> hudson.scm.subversion.UpdateWithCleanUpdater$TaskImpl$1.handleStatus(UpdateWithCleanUpdater.java:78)
> at
> org.tmatesoft.svn.core.wc.SVNStatusClient$1.receive(SVNStatusClient.java:356)
> at
> org.tmatesoft.svn.core.wc.SVNStatusClient$1.receive(SVNStatusClient.java:353)
> at
> org.tmatesoft.svn.core.wc2.SvnReceivingOperation.receive(SvnReceivingOperation.java:78)
> at
> org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.receive(SvnNgGetStatus.java:201)
> at
> org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.receive(SvnNgGetStatus.java:22)
> at
> org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.sendUnversionedItem(SVNStatusEditor17.java:208)
> at
> org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.getDirStatus(SVNStatusEditor17.java:679)
> at
> org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.walkStatus(SVNStatusEditor17.java:575)
> at
> org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:123)
> at
> org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:22)
> at
> org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
> at
> org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
> at
> org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
> at
> org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
> at
> org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.java:360)
> at
> hudson.scm.subversion.UpdateWithCleanUpdater$TaskImpl.preUpdate(UpdateWithCleanUpdater.java:66)
> at
> hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:151)
> at
> hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
> at
> hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
> at
> hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
> at
> hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
> at hudson.FilePath.act(FilePath.java:905)
> at hudson.FilePath.act(FilePath.java:878)
> at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:843)
> at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:781)
> at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
> at
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
> at
> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
> at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
> at hudson.model.Run.execute(Run.java:1593)
> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
> at
> hudson.model.ResourceController.execute(ResourceController.java:88)
> at hudson.model.Executor.run(Executor.java:242)
> Caused by: svn: E204900: D:\jenkins\jobs\Complete Build -
> Everything\workspace\build\scratch\lib\Root.war: The process cannot access
> the file because it is being used by another process.
>
> at
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:109)
> ... 34 more
> Caused by: java.nio.file.FileSystemException: D:\jenkins\jobs\Complete
> Build - Everything\workspace\build\scratch\lib\Root.war: The process cannot
> access the file because it is being used by another process.
>
> at
> sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
> at
> sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)

Re:

2013-06-26 Thread Andrew Melo
On Wed, Jun 26, 2013 at 2:04 PM, Nayana ABREU wrote:

> In my Command Prompt the following appears:
>
> ←[33mJun 26, 2013 2:59:14 PM hudson.Util warnWindowsSymlink
> WARNING: Symbolic links enabled on this platform but disabled for this
> user; run
>  as administrator or use Local Security Policy > Security Settings > Local
> Polic
> ies > User Rights Assignment > Create symbolic links
> ←[0mJun 26, 2013 2:59:55 PM hudson.triggers.SCMTrigger$Runner run
> INFO: SCM changes detected in game-of-life-default. Triggering  #1
>

Seems like symbolic links are disabled for your user. Did you try and
enable them following those directions? It appears to be just a warning
though.


>
>
> On Wed, Jun 26, 2013 at 1:14 PM, Nayana ABREU wrote:
>
>> In the configurations, do I have to put something in the git part, like
>> git name or installation directory?
>>
>>
>> On Wed, Jun 26, 2013 at 1:10 PM, Steven Deal wrote:
>>
>>> I'm not sure I remember my windows; but, if you right click on the dos
>>> window, go to properties or some such… you can enable 'copy and paste'.
>>> I've never understood why it's not the default.
>>> However, in terms of your response,  I was not speaking of Jenkins'
>>> output… I'm hoping you would confirm that you can clone the repo outside of
>>> Jenkins.
>>>
>>> On Jun 26, 2013, at 1:05 PM, Nayana ABREU 
>>> wrote:
>>>
>>> The command prompt is showing me this while the jenkins is ruinnning the
>>> tests:
>>>
>>> 
>>>
>>>
>>> On Wed, Jun 26, 2013 at 12:57 PM, Steven Deal wrote:
>>>
 I would try to run the command manually.
 Open up a dos shell and type
 git.exe clone --progress -o origin g...@github.com:
 nayanex/game-of-life.git

 If you are able to clone the repo, I would suspect that the permissions
 of the workspace
 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do not allow
 Jenkins to write to that directory.



 On Jun 26, 2013, at 12:27 PM, Nayana ABREU 
 wrote:

 Ok. I let the "Post-build Actions" empty, but when I processed again
 the following happened:





 On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU <
 holanda.nay...@gmail.com> wrote:

> So wat can I do? Let it empty?
>
>
> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal wrote:
>
>> This is normal if you have not built yet and no test artifacts have
>> been created.
>>
>> On Jun 26, 2013, at 12:17 PM, Nayana ABREU 
>> wrote:
>>
>> 
>> Oh yeah. But even this way is not working. In the page 26 about the
>> Post-build Actions, my Jenkins doesn't show the rest of the options shown
>> in the book. It is like the picture attached
>>
>> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal
>> escreveu:
>>>
>>> From the screenshot, looks like you have an extra 'e' in the repo
>>> you are trying to clone.
>>>
>>> game-of-lifee.git
>>>
>>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU 
>>> wrote:
>>>
>>> Hi I am trying to do the example described in page 27 of the book
>>> Jenkins: The Definitive Guide, but, the problem is that, it was 
>>> supposed to
>>> take sconds of duration, and when I try it is showing "in progress", 
>>> and it
>>> never stop to run. Can somebody informe what might be wrong?
>>>
>>> --
>>> Nayana Holanda de Abreu
>>> holanda...@gmail.com
>>> Phone: 662-801-6349
>>> Skype: nayanexbourdon
>>>
>>> --
>>> 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.
>>
>>
>>
>>
>>
>> --
>> 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.
>>
>>
>>
>
>
>
> --
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
>  Phone: 662-801-6349
> Skype: nayanexbourdon
>



 --
 Nayana Holanda de

Re:

2013-06-26 Thread Nayana ABREU
In my Command Prompt the following appears:

←[33mJun 26, 2013 2:59:14 PM hudson.Util warnWindowsSymlink
WARNING: Symbolic links enabled on this platform but disabled for this
user; run
 as administrator or use Local Security Policy > Security Settings > Local
Polic
ies > User Rights Assignment > Create symbolic links
←[0mJun 26, 2013 2:59:55 PM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in game-of-life-default. Triggering  #1


On Wed, Jun 26, 2013 at 1:14 PM, Nayana ABREU wrote:

> In the configurations, do I have to put something in the git part, like
> git name or installation directory?
>
>
> On Wed, Jun 26, 2013 at 1:10 PM, Steven Deal  wrote:
>
>> I'm not sure I remember my windows; but, if you right click on the dos
>> window, go to properties or some such… you can enable 'copy and paste'.
>> I've never understood why it's not the default.
>> However, in terms of your response,  I was not speaking of Jenkins'
>> output… I'm hoping you would confirm that you can clone the repo outside of
>> Jenkins.
>>
>> On Jun 26, 2013, at 1:05 PM, Nayana ABREU 
>> wrote:
>>
>> The command prompt is showing me this while the jenkins is ruinnning the
>> tests:
>>
>> 
>>
>>
>> On Wed, Jun 26, 2013 at 12:57 PM, Steven Deal wrote:
>>
>>> I would try to run the command manually.
>>> Open up a dos shell and type
>>> git.exe clone --progress -o origin g...@github.com:
>>> nayanex/game-of-life.git
>>>
>>> If you are able to clone the repo, I would suspect that the permissions
>>> of the workspace
>>> 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do not allow
>>> Jenkins to write to that directory.
>>>
>>>
>>>
>>> On Jun 26, 2013, at 12:27 PM, Nayana ABREU 
>>> wrote:
>>>
>>> Ok. I let the "Post-build Actions" empty, but when I processed again the
>>> following happened:
>>>
>>>
>>>
>>>
>>>
>>> On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU >> > wrote:
>>>
 So wat can I do? Let it empty?


 On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal wrote:

> This is normal if you have not built yet and no test artifacts have
> been created.
>
> On Jun 26, 2013, at 12:17 PM, Nayana ABREU 
> wrote:
>
> 
> Oh yeah. But even this way is not working. In the page 26 about the
> Post-build Actions, my Jenkins doesn't show the rest of the options shown
> in the book. It is like the picture attached
>
> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal
> escreveu:
>>
>> From the screenshot, looks like you have an extra 'e' in the repo you
>> are trying to clone.
>>
>> game-of-lifee.git
>>
>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU 
>> wrote:
>>
>> Hi I am trying to do the example described in page 27 of the book
>> Jenkins: The Definitive Guide, but, the problem is that, it was supposed 
>> to
>> take sconds of duration, and when I try it is showing "in progress", and 
>> it
>> never stop to run. Can somebody informe what might be wrong?
>>
>> --
>> Nayana Holanda de Abreu
>> holanda...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>>
>> --
>> 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.
>
>
>
>
>
> --
> 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.
>
>
>



 --
 Nayana Holanda de Abreu
 holanda.nay...@gmail.com
  Phone: 662-801-6349
 Skype: nayanexbourdon

>>>
>>>
>>>
>>> --
>>> Nayana Holanda de Abreu
>>> holanda.nay...@gmail.com
>>> Phone: 662-801-6349
>>> Skype: nayanexbourdon
>>>
>>> --
>>> 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/gro

Please enter Git repository!! Annoying message keep showing

2013-06-26 Thread Nayana ABREU
When I try to create a new project and go to the section SOurce Code
Management => git, when I put my repository URL(HHS), the following message
keep showing:
*Please enter Git repository. *But I already put the address!!

-- 
Nayana Holanda de Abreu
holanda.nay...@gmail.com
Phone: 662-801-6349
Skype: nayanexbourdon

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




More problems with Jenkins

2013-06-26 Thread Nayana ABREU
When I create a new project and try to fill the Source Code Management
section for git, when I put the address of my repository (version HHS), the
following error appears:

*Failed to connect to repository : Error performing command: C:\Program
Files (x86)\Git ls-remote -h g...@github.com:nayanex/game-of-life.git HEAD*







-- 
Nayana Holanda de Abreu
holanda.nay...@gmail.com
Phone: 662-801-6349
Skype: nayanexbourdon

-- 
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: Paramterized build "List subversion tags" unable to use in rrepoURl

2013-06-26 Thread 06virg
Hi,
Thank you. i am triggering build manually from jenkins. Still i have same 
issue. I have configured scm poll like this H 1 * * *. Any more changes?
\
Thanks 

On Tuesday, June 25, 2013 11:35:20 PM UTC+5:30, Peter Davis wrote:
>
> It seems you simply have to manually launch a build before the default 
> subversion tag setting will take effect for polling.
>
> Good luck,
>
> Peter Davis
>
>
>
>
> On Tue, Jun 25, 2013 at 9:58 AM, Peter Davis 
> > wrote:
>
>> You're right, Virg.  It mysteriously fixed the problem for ONE of my 
>> jobs. Then I created another job attempting to use 'List Subversion tags' 
>> and now I see the same polling error again.  I've tried different syntaxes, 
>> ${SVN_TAG} vs $SVN_TAG vs $TAG; I've tried restarting, reloading, 
>> deleting/adding the parameter, disabling/enabling polling...
>>
>> Anybody else use List Subversion tags with polling?  What's the magic 
>> incantation?
>>
>> Regards,
>>
>> Peter Davis
>> (206) 713-7352
>> dav...@gmail.com 
>>
>>
>>
>>
>> On Tue, Jun 25, 2013 at 2:39 AM, <06v...@gmail.com > wrote:
>>
>>> Thank you so much for your suggestion. I have upgraded subversion plugin 
>>> to 1.50 and jenkins 1.517. But still I having same issue. I am using 
>>> jenkins on windows. Is it making the difference? I am checkout source like 
>>> this 
>>> http://test.com/tags/${svn-**tag}/source
>>>  
>>> where svn-tag is the name of this tags dropdown list? is this notation is 
>>> correct?
>>> Thanks in advance
>>>
>>> Thanks
>>> Virg
>>>
>>>
>>>
>>> On Tuesday, June 25, 2013 5:00:19 AM UTC+5:30, Peter Davis wrote:

 Upgrading to Subversion Plugin v1.50 fixed this for me.  (I was having 
 the same problem with Subversion Plugin 1.45, Jenkins 1.505.)

 -Peter


 On Thursday, June 20, 2013 11:50:34 PM UTC-7, 06v...@gmail.com wrote:
>
> Hi,
> I am using parameterized build for  "List Subversion tags" to populate 
> all the tags in SVN. I want to check the source based on tag selected 
> from 
> this dropdown.
> I have given the name for this field is svn-tag, I am able to select 
> the tag from svn tags populated, but i am not able to checkout the source 
> this tag, Repository URL unable to expand this value I have selected.
> In my Job i have configured Repository URL as 
> http://test.com/tags/${svn-**tag}/source.
>  
> It is showing URL like this in the build log 
> *http://test.com/tags/$%7Bsvn-tag%7D '  doesn't exist. *
>
> Why Repository URL unable to expand this variable? any other solution 
> to this?
>
> Thanks
> Virg
>
>
>  -- 
>>> 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/T5r4w7y8cpM/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, 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: Problems trying delete project

2013-06-26 Thread Mandeville, Rob
I'm guessing that Jenkins is trying to delete a file (like the project config), 
but Windows refuses to delete it because another process has it open.  If you 
had the project config open in Notepad, for instance, Jenkins would not be 
allowed to delete it.  Even if you had a window open looking to see what was in 
the directory, you would be unable to delete the directory, possibly causing 
this problem.

--Rob

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nayana ABREU
Sent: Wednesday, June 26, 2013 12:47 PM
To: jenkinsci-users@googlegroups.com
Subject: Problems trying delete project


Hi, when I try to delete a project in jenkins, the following message appears



[https://lh5.googleusercontent.com/-5y5kMniSzZQ/Ucsa27C6RFI/AJ8/vy8X5Ig4yuY/s320/Untitled.png]

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


The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.

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




Does Jenkins scan for new WAR files?

2013-06-26 Thread Andrew Kujtan
I'm having an intermittent error in my builds because a war file the build 
generates seems to be in use by jenkins, exception shown below. When I navigate 
to the war file in the filesystem I can't delete it either. It seems that the 
Jenkins process has a lock on it, as I can only delete it after shutting down 
Jenkins.

Am I crazy?

Building in workspace D:\jenkins\jobs\Complete Build - Everything\workspace
Cleaning up D:\jenkins\jobs\Complete Build - Everything\workspace\build\scratch
Deleting D:\jenkins\jobs\Complete Build - Everything\workspace\build\scratch\lib
ERROR: Failed to update http://svn/vlpro/vlproprojects/trunk
org.tmatesoft.svn.core.SVNException: svn: E204900: D:\jenkins\jobs\Complete 
Build - Everything\workspace\build\scratch\lib\Root.war: The process cannot 
access the file because it is being used by another process.

at 
hudson.scm.subversion.UpdateWithCleanUpdater$TaskImpl$1.handleStatus(UpdateWithCleanUpdater.java:78)
at 
org.tmatesoft.svn.core.wc.SVNStatusClient$1.receive(SVNStatusClient.java:356)
at 
org.tmatesoft.svn.core.wc.SVNStatusClient$1.receive(SVNStatusClient.java:353)
at 
org.tmatesoft.svn.core.wc2.SvnReceivingOperation.receive(SvnReceivingOperation.java:78)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.receive(SvnNgGetStatus.java:201)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.receive(SvnNgGetStatus.java:22)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.sendUnversionedItem(SVNStatusEditor17.java:208)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.getDirStatus(SVNStatusEditor17.java:679)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.walkStatus(SVNStatusEditor17.java:575)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:123)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:22)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
at 
org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.java:360)
at 
hudson.scm.subversion.UpdateWithCleanUpdater$TaskImpl.preUpdate(UpdateWithCleanUpdater.java:66)
at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:151)
at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
at hudson.FilePath.act(FilePath.java:905)
at hudson.FilePath.act(FilePath.java:878)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:843)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:781)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
at hudson.model.Run.execute(Run.java:1593)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:242)
Caused by: svn: E204900: D:\jenkins\jobs\Complete Build - 
Everything\workspace\build\scratch\lib\Root.war: The process cannot access the 
file because it is being used by another process.

at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:109)
... 34 more
Caused by: java.nio.file.FileSystemException: D:\jenkins\jobs\Complete Build - 
Everything\workspace\build\scratch\lib\Root.war: The process cannot access the 
file because it is being used by another process.

at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at 
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:268)
at 
sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)
at java.nio.file.Files.delete(Files.java:1077)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.refl

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
thanks 

From: Benjamin Lau
Date: 2013-06-27 01:16
To: jenkinsci-users
Subject: Re: Re: How to use the same BUILD_NUM in two different jobs?
Next Build Number
https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin
On Jun 26, 2013 1:06 PM, "djx339"  wrote:

can you tell me the plugin name? thanks


From: Benjamin Lau
Date: 2013-06-27 01:02
To: jenkinsci-users
Subject: Re: How to use the same BUILD_NUM in two different jobs?
You don't want to do this.  It's an extremely good practice to make sure that 
all build numbers are unique.
But if you want to do this anyway... I think there's a plugin which let's you 
explicitly set the build number. I use it to jump the build number up when I 
make major backward incompatible changes to my build process.
Ben
On Jun 26, 2013 11:42 AM,  wrote:

i have an branch in git repository to fix bug, and coding new features in 
master branch. 
my job1 is for branch build to verify bug. job2 is for master build.
i should change the version in every job. and the version is job's BUILD_NUM.
so i should use one BUILD_NUM between two jobs.
hao can i do?

在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道: 
Your questions seems a bit confusing.  Are you asking how you can make it so 
that the jobs are the same build number?

Or are you asking how you could make it so that job2 is always 1 build number 
higher than job1?





From: djx...@gmail.com
To: jenkins...@googlegroups.com
Sent: Wednesday, June 26, 2013 10:10:36 AM
Subject: How to use the same BUILD_NUM in two different jobs?

I have two jobs in my jenkins, I should use the same BUILD_NUM in two different 
jobs. how can i do?


eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6.


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

-- 
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/9VwoT8_5Moo/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/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.
 
 

-- 
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/9VwoT8_5Moo/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/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: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
Next Build Number

https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin
On Jun 26, 2013 1:06 PM, "djx339"  wrote:

> **
> can you tell me the plugin name? thanks
>
>
>  *From:* Benjamin Lau 
> *Date:* 2013-06-27 01:02
> *To:* jenkinsci-users 
> *Subject:* Re: How to use the same BUILD_NUM in two different jobs?
>
> You don't want to do this.  It's an extremely good practice to make sure
> that all build numbers are unique.
>
> But if you want to do this anyway... I think there's a plugin which let's
> you explicitly set the build number. I use it to jump the build number up
> when I make major backward incompatible changes to my build process.
>
> Ben
> On Jun 26, 2013 11:42 AM,  wrote:
>
>> i have an branch in git repository to fix bug, and coding new features in
>> master branch.
>> my job1 is for branch build to verify bug. job2 is for master build.
>> i should change the version in every job. and the version is job's
>> BUILD_NUM.
>> so i should use one BUILD_NUM between two jobs.
>> hao can i do?
>>
>> 在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:
>>>
>>>  Your questions seems a bit confusing.  Are you asking how you can make
>>> it so that the jobs are the same build number?
>>>
>>>
>>>
>>> Or are you asking how you could make it so that job2 is always 1 build
>>> number higher than job1?
>>>
>>>  --
>>>
>>> *From: *djx...@gmail.com
>>> *To: *jenkins...@googlegroups.**com
>>> *Sent: *Wednesday, June 26, 2013 10:10:36 AM
>>> *Subject: *How to use the same BUILD_NUM in two different jobs?
>>>
>>> I have two jobs in my jenkins, I should use the same BUILD_NUM in two
>>> different jobs. how can i do?
>>>
>>> eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should
>>> be 6.
>>>
>>> Thanks everyone.
>>>
>>> --
>>> 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.
>>
>>
>>
> --
> 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/9VwoT8_5Moo/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/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.
>
>
>

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

2013-06-26 Thread Nayana ABREU
In the configurations, do I have to put something in the git part, like git
name or installation directory?


On Wed, Jun 26, 2013 at 1:10 PM, Steven Deal  wrote:

> I'm not sure I remember my windows; but, if you right click on the dos
> window, go to properties or some such… you can enable 'copy and paste'.
> I've never understood why it's not the default.
> However, in terms of your response,  I was not speaking of Jenkins'
> output… I'm hoping you would confirm that you can clone the repo outside of
> Jenkins.
>
> On Jun 26, 2013, at 1:05 PM, Nayana ABREU 
> wrote:
>
> The command prompt is showing me this while the jenkins is ruinnning the
> tests:
>
> 
>
>
> On Wed, Jun 26, 2013 at 12:57 PM, Steven Deal wrote:
>
>> I would try to run the command manually.
>> Open up a dos shell and type
>> git.exe clone --progress -o origin g...@github.com:
>> nayanex/game-of-life.git
>>
>> If you are able to clone the repo, I would suspect that the permissions
>> of the workspace
>> 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do not allow
>> Jenkins to write to that directory.
>>
>>
>>
>> On Jun 26, 2013, at 12:27 PM, Nayana ABREU 
>> wrote:
>>
>> Ok. I let the "Post-build Actions" empty, but when I processed again the
>> following happened:
>>
>>
>>
>>
>>
>> On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU 
>> wrote:
>>
>>> So wat can I do? Let it empty?
>>>
>>>
>>> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal wrote:
>>>
 This is normal if you have not built yet and no test artifacts have
 been created.

 On Jun 26, 2013, at 12:17 PM, Nayana ABREU 
 wrote:

 
 Oh yeah. But even this way is not working. In the page 26 about the
 Post-build Actions, my Jenkins doesn't show the rest of the options shown
 in the book. It is like the picture attached

 Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal
 escreveu:
>
> From the screenshot, looks like you have an extra 'e' in the repo you
> are trying to clone.
>
> game-of-lifee.git
>
> On Jun 26, 2013, at 11:36 AM, Nayana ABREU 
> wrote:
>
> Hi I am trying to do the example described in page 27 of the book
> Jenkins: The Definitive Guide, but, the problem is that, it was supposed 
> to
> take sconds of duration, and when I try it is showing "in progress", and 
> it
> never stop to run. Can somebody informe what might be wrong?
>
> --
> Nayana Holanda de Abreu
> holanda...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
>
> --
> 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.





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



>>>
>>>
>>>
>>> --
>>> Nayana Holanda de Abreu
>>> holanda.nay...@gmail.com
>>>  Phone: 662-801-6349
>>> Skype: nayanexbourdon
>>>
>>
>>
>>
>> --
>> Nayana Holanda de Abreu
>> holanda.nay...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>>
>> --
>> 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.
>>
>>
>>
>>
>>
>> --
>> 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.
>>
>>
>>
>
>
>
> --
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
>
> --
> 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 jenk

Re:

2013-06-26 Thread Steven Deal
I'm not sure I remember my windows; but, if you right click on the dos window, 
go to properties or some such… you can enable 'copy and paste'. I've never 
understood why it's not the default.
However, in terms of your response,  I was not speaking of Jenkins' output… I'm 
hoping you would confirm that you can clone the repo outside of Jenkins.

On Jun 26, 2013, at 1:05 PM, Nayana ABREU  wrote:

> The command prompt is showing me this while the jenkins is ruinnning the 
> tests:
> 
> 
> 
> 
> On Wed, Jun 26, 2013 at 12:57 PM, Steven Deal  wrote:
> I would try to run the command manually.
> Open up a dos shell and type
> git.exe clone --progress -o origin g...@github.com:nayanex/game-of-life.git
> 
> If you are able to clone the repo, I would suspect that the permissions of 
> the workspace 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do 
> not allow Jenkins to write to that directory.
> 
> 
> 
> On Jun 26, 2013, at 12:27 PM, Nayana ABREU  wrote:
> 
>> Ok. I let the "Post-build Actions" empty, but when I processed again the 
>> following happened:
>> 
>> 
>> 
>> 
>> 
>> On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU  
>> wrote:
>> So wat can I do? Let it empty?
>> 
>> 
>> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal  wrote:
>> This is normal if you have not built yet and no test artifacts have been 
>> created.
>> 
>> On Jun 26, 2013, at 12:17 PM, Nayana ABREU  wrote:
>> 
>>> Oh yeah. But even this way is not working. In the page 26 about the 
>>> Post-build Actions, my Jenkins doesn't show the rest of the options shown 
>>> in the book. It is like the picture attached
>>> 
>>> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal 
>>> escreveu:
>>> From the screenshot, looks like you have an extra 'e' in the repo you are 
>>> trying to clone.
>>> 
>>> game-of-lifee.git
>>> 
>>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:
>>> 
 Hi I am trying to do the example described in page 27 of the book Jenkins: 
 The Definitive Guide, but, the problem is that, it was supposed to take 
 sconds of duration, and when I try it is showing "in progress", and it 
 never stop to run. Can somebody informe what might be wrong?
 
 -- 
 Nayana Holanda de Abreu
 holanda...@gmail.com
 Phone: 662-801-6349
 Skype: nayanexbourdon
 
 -- 
 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.
>>>  
>>>  
>> 
>> 
>> -- 
>> 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.
>>  
>>  
>> 
>> 
>> 
>> -- 
>> Nayana Holanda de Abreu
>> holanda.nay...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>> 
>> 
>> 
>> -- 
>> Nayana Holanda de Abreu
>> holanda.nay...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>> 
>> -- 
>> 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.
>>  
>>  
> 
> 
> -- 
> 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.
>  
>  
> 
> 
> 
> -- 
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
> 
> -- 
> 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.
>  
>  

-- 
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: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
can you tell me the plugin name? thanks


From: Benjamin Lau
Date: 2013-06-27 01:02
To: jenkinsci-users
Subject: Re: How to use the same BUILD_NUM in two different jobs?
You don't want to do this.  It's an extremely good practice to make sure that 
all build numbers are unique.
But if you want to do this anyway... I think there's a plugin which let's you 
explicitly set the build number. I use it to jump the build number up when I 
make major backward incompatible changes to my build process.
Ben
On Jun 26, 2013 11:42 AM,  wrote:

i have an branch in git repository to fix bug, and coding new features in 
master branch.
my job1 is for branch build to verify bug. job2 is for master build.
i should change the version in every job. and the version is job's BUILD_NUM.
so i should use one BUILD_NUM between two jobs.
hao can i do?

在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:
Your questions seems a bit confusing.  Are you asking how you can make it so 
that the jobs are the same build number?

Or are you asking how you could make it so that job2 is always 1 build number 
higher than job1?





From: djx...@gmail.com
To: jenkins...@googlegroups.com
Sent: Wednesday, June 26, 2013 10:10:36 AM
Subject: How to use the same BUILD_NUM in two different jobs?

I have two jobs in my jenkins, I should use the same BUILD_NUM in two different 
jobs. how can i do?


eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6.


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

-- 
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/9VwoT8_5Moo/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/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: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
You don't want to do this.  It's an extremely good practice to make sure
that all build numbers are unique.

But if you want to do this anyway... I think there's a plugin which let's
you explicitly set the build number. I use it to jump the build number up
when I make major backward incompatible changes to my build process.

Ben
On Jun 26, 2013 11:42 AM,  wrote:

> i have an branch in git repository to fix bug, and coding new features in
> master branch.
> my job1 is for branch build to verify bug. job2 is for master build.
> i should change the version in every job. and the version is job's
> BUILD_NUM.
> so i should use one BUILD_NUM between two jobs.
> hao can i do?
>
> 在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:
>>
>> Your questions seems a bit confusing.  Are you asking how you can make it
>> so that the jobs are the same build number?
>>
>>
>>
>> Or are you asking how you could make it so that job2 is always 1 build
>> number higher than job1?
>>
>>  --
>>
>> *From: *djx...@gmail.com
>> *To: *jenkins...@googlegroups.**com
>> *Sent: *Wednesday, June 26, 2013 10:10:36 AM
>> *Subject: *How to use the same BUILD_NUM in two different jobs?
>>
>> I have two jobs in my jenkins, I should use the same BUILD_NUM in two
>> different jobs. how can i do?
>>
>> eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be
>> 6.
>>
>> Thanks everyone.
>>
>> --
>> 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.
>
>
>

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

2013-06-26 Thread Steven Deal
I would try to run the command manually.
Open up a dos shell and type
git.exe clone --progress -o origin g...@github.com:nayanex/game-of-life.git

If you are able to clone the repo, I would suspect that the permissions of the 
workspace 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace do not 
allow Jenkins to write to that directory.



On Jun 26, 2013, at 12:27 PM, Nayana ABREU  wrote:

> Ok. I let the "Post-build Actions" empty, but when I processed again the 
> following happened:
> 
> 
> 
> 
> On Wed, Jun 26, 2013 at 12:22 PM, Nayana ABREU  
> wrote:
> So wat can I do? Let it empty?
> 
> 
> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal  wrote:
> This is normal if you have not built yet and no test artifacts have been 
> created.
> 
> On Jun 26, 2013, at 12:17 PM, Nayana ABREU  wrote:
> 
>> Oh yeah. But even this way is not working. In the page 26 about the 
>> Post-build Actions, my Jenkins doesn't show the rest of the options shown in 
>> the book. It is like the picture attached
>> 
>> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal escreveu:
>> From the screenshot, looks like you have an extra 'e' in the repo you are 
>> trying to clone.
>> 
>> game-of-lifee.git
>> 
>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:
>> 
>>> Hi I am trying to do the example described in page 27 of the book Jenkins: 
>>> The Definitive Guide, but, the problem is that, it was supposed to take 
>>> sconds of duration, and when I try it is showing "in progress", and it 
>>> never stop to run. Can somebody informe what might be wrong?
>>> 
>>> -- 
>>> Nayana Holanda de Abreu
>>> holanda...@gmail.com
>>> Phone: 662-801-6349
>>> Skype: nayanexbourdon
>>> 
>>> -- 
>>> 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.
>>  
>>  
> 
> 
> -- 
> 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.
>  
>  
> 
> 
> 
> -- 
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
> 
> 
> 
> -- 
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
> 
> -- 
> 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.
>  
>  

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




Problems trying delete project

2013-06-26 Thread Nayana ABREU


Hi, when I try to delete a project in jenkins, the following message appears




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

2013-06-26 Thread Steven Deal
I would trigger a build. I did not look closely at the paths you put for the 
tests. But if those paths are incorrect, they can be fixed. The first issue/ 
the first screenshot you attached, showed the build hanging on cloning the 
repo. I would suggest you work through one issue at a time.

On Jun 26, 2013, at 12:22 PM, Nayana ABREU  wrote:

> So wat can I do? Let it empty?
> 
> 
> On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal  wrote:
> This is normal if you have not built yet and no test artifacts have been 
> created.
> 
> On Jun 26, 2013, at 12:17 PM, Nayana ABREU  wrote:
> 
>> Oh yeah. But even this way is not working. In the page 26 about the 
>> Post-build Actions, my Jenkins doesn't show the rest of the options shown in 
>> the book. It is like the picture attached
>> 
>> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal escreveu:
>> From the screenshot, looks like you have an extra 'e' in the repo you are 
>> trying to clone.
>> 
>> game-of-lifee.git
>> 
>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:
>> 
>>> Hi I am trying to do the example described in page 27 of the book Jenkins: 
>>> The Definitive Guide, but, the problem is that, it was supposed to take 
>>> sconds of duration, and when I try it is showing "in progress", and it 
>>> never stop to run. Can somebody informe what might be wrong?
>>> 
>>> -- 
>>> Nayana Holanda de Abreu
>>> holanda...@gmail.com
>>> Phone: 662-801-6349
>>> Skype: nayanexbourdon
>>> 
>>> -- 
>>> 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.
>>  
>>  
> 
> 
> -- 
> 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.
>  
>  
> 
> 
> 
> -- 
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
> 
> -- 
> 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.
>  
>  

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

2013-06-26 Thread Nayana ABREU
So wat can I do? Let it empty?


On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal  wrote:

> This is normal if you have not built yet and no test artifacts have been
> created.
>
> On Jun 26, 2013, at 12:17 PM, Nayana ABREU 
> wrote:
>
>
> 
> Oh yeah. But even this way is not working. In the page 26 about the
> Post-build Actions, my Jenkins doesn't show the rest of the options shown
> in the book. It is like the picture attached
>
> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal
> escreveu:
>>
>> From the screenshot, looks like you have an extra 'e' in the repo you are
>> trying to clone.
>>
>> game-of-lifee.git
>>
>> On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:
>>
>> Hi I am trying to do the example described in page 27 of the book
>> Jenkins: The Definitive Guide, but, the problem is that, it was supposed to
>> take sconds of duration, and when I try it is showing "in progress", and it
>> never stop to run. Can somebody informe what might be wrong?
>>
>> --
>> Nayana Holanda de Abreu
>> holanda...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>>
>> --
>> 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.
>
>
>
>
>  --
> 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.
>
>
>



-- 
Nayana Holanda de Abreu
holanda.nay...@gmail.com
Phone: 662-801-6349
Skype: nayanexbourdon

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

2013-06-26 Thread Steven Deal
This is normal if you have not built yet and no test artifacts have been 
created.

On Jun 26, 2013, at 12:17 PM, Nayana ABREU  wrote:

> Oh yeah. But even this way is not working. In the page 26 about the 
> Post-build Actions, my Jenkins doesn't show the rest of the options shown in 
> the book. It is like the picture attached
> 
> Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal escreveu:
> From the screenshot, looks like you have an extra 'e' in the repo you are 
> trying to clone.
> 
> game-of-lifee.git
> 
> On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:
> 
>> Hi I am trying to do the example described in page 27 of the book Jenkins: 
>> The Definitive Guide, but, the problem is that, it was supposed to take 
>> sconds of duration, and when I try it is showing "in progress", and it never 
>> stop to run. Can somebody informe what might be wrong?
>> 
>> -- 
>> Nayana Holanda de Abreu
>> holanda...@gmail.com
>> Phone: 662-801-6349
>> Skype: nayanexbourdon
>> 
>> -- 
>> 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.
>  
>  

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

2013-06-26 Thread Nayana ABREU



Oh yeah. But even this way is not working. In the page 26 about the 
Post-build Actions, my Jenkins doesn't show the rest of the options shown 
in the book. It is like the picture attached

Em quarta-feira, 26 de junho de 2013 11h42min39s UTC-4, Steven Deal 
escreveu:
>
> From the screenshot, looks like you have an extra 'e' in the repo you are 
> trying to clone.
>
> game-of-lifee.git
>
> On Jun 26, 2013, at 11:36 AM, Nayana ABREU 
> > 
> wrote:
>
> Hi I am trying to do the example described in page 27 of the book Jenkins: 
> The Definitive Guide, but, the problem is that, it was supposed to take 
> sconds of duration, and when I try it is showing "in progress", and it 
> never stop to run. Can somebody informe what might be wrong?
>
> -- 
> Nayana Holanda de Abreu
> holanda...@gmail.com 
> Phone: 662-801-6349
> Skype: nayanexbourdon
>  
> -- 
> 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: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
i have an branch in git repository to fix bug, and coding new features in 
master branch.
my job1 is for branch build to verify bug. job2 is for master build.
i should change the version in every job. and the version is job's 
BUILD_NUM.
so i should use one BUILD_NUM between two jobs.
hao can i do?

在 2013年6月26日星期三UTC+8下午11时19分24秒,KT写道:
>
> Your questions seems a bit confusing.  Are you asking how you can make it 
> so that the jobs are the same build number?
>
>  
>
> Or are you asking how you could make it so that job2 is always 1 build 
> number higher than job1?
>
>  --
>
> *From: *djx...@gmail.com 
> *To: *jenkins...@googlegroups.com 
> *Sent: *Wednesday, June 26, 2013 10:10:36 AM
> *Subject: *How to use the same BUILD_NUM in two different jobs?
>
> I have two jobs in my jenkins, I should use the same BUILD_NUM in two 
> different jobs. how can i do?
>
> eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 
> 6.
>
> Thanks everyone.
>
> -- 
> 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:

2013-06-26 Thread Steven Deal
>From the screenshot, looks like you have an extra 'e' in the repo you are 
>trying to clone.

game-of-lifee.git

On Jun 26, 2013, at 11:36 AM, Nayana ABREU  wrote:

> Hi I am trying to do the example described in page 27 of the book Jenkins: 
> The Definitive Guide, but, the problem is that, it was supposed to take 
> sconds of duration, and when I try it is showing "in progress", and it never 
> stop to run. Can somebody informe what might be wrong?
> 
> -- 
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
> 
> -- 
> 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.
>  
>  
> 

-- 
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: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread k . thieling


Your questions seems a bit confusing.  Are you asking how you can make it so 
that the jobs are the same build number? 



Or are you asking how you could make it so that job2 is always 1 build number 
higher than job1? 



- Original Message -


From: djx...@gmail.com 
To: jenkinsci-users@googlegroups.com 
Sent: Wednesday, June 26, 2013 10:10:36 AM 
Subject: How to use the same BUILD_NUM in two different jobs? 

I have two jobs in my jenkins, I should use the same BUILD_NUM in two different 
jobs. how can i do? 


eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6. 


Thanks everyone. 

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

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




How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
I have two jobs in my jenkins, I should use the same BUILD_NUM in two 
different jobs. how can i do?

eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6.

Thanks everyone.

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




How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
I have two jobs in my jenkins, I should use the same BUILD_NUM in two 
different jobs. how can i do?

eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6.

Thanks everyone.

-- 
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: How to use archive artifacts for down streams with out enabling Publish JUnit test result report and Archive the artifacts in parent job

2013-06-26 Thread billunique
Here is a solution:
http://shotgunsandpenguins.blogspot.com/2009/07/how-to-aggregate-downstream-test.html



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/How-to-use-archive-artifacts-for-down-streams-with-out-enabling-Publish-JUnit-test-result-report-andb-tp1461983p4670772.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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: Permission to posto in mail list

2013-06-26 Thread Andrew Melo
On Wed, Jun 26, 2013 at 9:15 AM, Nayana ABREU  wrote:
> Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I
> had loads of problem to install and use it, I researched many web pages, but
> I don't what is wrong, I need help of more experienced users.

You never replied for someone's earlier response asking you for more
information. Without that, it's impossible for people to guess what
your issue is.

best,
Andrew

>
> --
> Nayana Holanda de Abreu
> holanda.nay...@gmail.com
> Phone: 662-801-6349
> Skype: nayanexbourdon
>
> --
> 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.
>
>



-- 
--
Andrew Melo

-- 
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: Permission to posto in mail list (UNCLASSIFIED)

2013-06-26 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

Good luck.  I have not luck getting any assistance!

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nayana ABREU
Sent: Wednesday, June 26, 2013 7:16 AM
To: jenkinsci-users@googlegroups.com
Subject: Permission to posto in mail list

Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I had 
loads of problem to install and use it, I researched many web pages, but I 
don't what is wrong, I need help of more experienced users.


-- 

Nayana Holanda de Abreu

holanda.nay...@gmail.com

Phone: 662-801-6349

Skype: nayanexbourdon


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


Classification: UNCLASSIFIED
Caveats: NONE


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




Permission to posto in mail list

2013-06-26 Thread Nayana ABREU
Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I
had loads of problem to install and use it, I researched many web pages,
but I don't what is wrong, I need help of more experienced users.

-- 
Nayana Holanda de Abreu
holanda.nay...@gmail.com
Phone: 662-801-6349
Skype: nayanexbourdon

-- 
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: Problem with concurrent executions of the same Jenkins job

2013-06-26 Thread Corey
That's what I was afraid of. Thanks for the suggestions, we'll definitely 
take them into consideration.

On Tuesday, June 25, 2013 7:25:40 PM UTC-4, cchen wrote:
>
> No way to easily turn off the wait.  A couple of solutions for you to 
> consider:
>
> 1) Modified the code in the jenkins plugins that are blocking you to not 
> wait for previous builds to complete.
> 2) Instead of posting to a parameterized job, the client would create a 
> new job and post the build there.  so you will have many jobs and they will 
> get cleaned up when finished or on a nightly basis.
>
>
> On Tuesday, June 25, 2013 4:05:35 PM UTC-7, Corey wrote:
>>
>> We recently consolidated 40+ build jobs on Jenkins into a single 
>> parameterized job that supports builds on multiple branches and includes 
>> several boolean build parameters that control which submodules will be 
>> rebuilt before packaging everything together. Because we don't want a build 
>> on one branch getting in the way of builds on any other branch, we checked 
>> the "Execute concurrent builds if necessary" checkbox. This worked 
>> wonderfully until we realized that the run time of the job can vary greatly 
>> depending on the number of submodules that need to be rebuilt. If a 
>> short-running job is started after a long-running one, it's Post-build 
>> Actions will not begin until the previous long-running job has completed. I 
>> expect this may be working as designed to support the tracking of the 
>> stability of the job. Is there any way to turn off the checking of status 
>> of the previous job? Or is there a better way to accomplish what we are 
>> trying to do -- a single parameterized Jenkins job that supports multiple, 
>> independent, branches of development?
>
>

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




Aw: Definitive Windows SVN notification guide?

2013-06-26 Thread Christoph Kutzinski

There's no other documentation (I'm aware of) than the one on the Wiki page and - if you like to stick your nose into it - in the GutHub sources (esp. https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java)

If you find that the documentation is missing something or is outright wrong, please feel free to change the Wiki page. If you're not comfortable with that, please at least open a JIRA issue describing what's wrong with it.

 

BTW: the 'rev' query parameter is there to tell Jenkins to check out exactly this revision instead of the revision at the time when the build starts

 

Gesendet: Mittwoch, 26. Juni 2013 um 13:03 Uhr
Von: "Yves Goergen" 
An: jenkinsci-users@googlegroups.com
Betreff: Definitive Windows SVN notification guide?

I would like to set up the Subversion commit notification for the Jenkins server. We're all Windows here, so the bash scripts are not usable in this case. I tried in several different ways but either nothing happened or I got an HTTP 500 response with no further details except a stack trace. The documentation (https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin) only shows some example scripts (which do not work) with sparse notes about exceptions and alternatives. But nowhere is explained what the URL consists of, what URL parameters are available, used for what, and required. Also the data to post is not explained anywhere. I've seen the revision number and the commit message put in there, but neither should be necessary because Jenkins will fetch that revision from the repository anyway.

So is there a definitive guide how to get it working, all on the Windows platform? Preferable with a PowerShell script. Otherwise I must consider this broken undocumented and stick with the time schedule instead.
 
--
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.
 
 






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


Definitive Windows SVN notification guide?

2013-06-26 Thread Yves Goergen
I would like to set up the Subversion commit notification for the Jenkins 
server. We're all Windows here, so the bash scripts are not usable in this 
case. I tried in several different ways but either nothing happened or I 
got an HTTP 500 response with no further details except a stack trace. The 
documentation 
(https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin) only shows 
some example scripts (which do not work) with sparse notes about exceptions 
and alternatives. But nowhere is explained what the URL consists of, what 
URL parameters are available, used for what, and required. Also the data to 
post is not explained anywhere. I've seen the revision number and the 
commit message put in there, but neither should be necessary because 
Jenkins will fetch that revision from the repository anyway.

So is there a definitive guide how to get it working, all on the Windows 
platform? Preferable with a PowerShell script. Otherwise I must consider 
this broken undocumented and stick with the time schedule instead.

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




Jenkins: how to use PMD plugin to analyze a Maven project?

2013-06-26 Thread Tan Chen
Hello,
I am really new to Jenkins. In fact I have installed the PMD plugin on 
Jenkins; and then I modified my pom.xml of my Maven Project5I wrote this as 
followings:
  
 
junit 
junit 
4.7 
test 
 
 

 
 

 
org.apache.maven.plugins 
maven-compiler-plugin 
 
1.5 
1.5 
 
 

 
org.apache.maven.plugins 
maven-shade-plugin 
1.2.1 
 
 
package 
 
shade 
 
 
 

 
com.atos.mvnbook.helloworld.HelloWorld 
 
 
 
 
 
 







org.apache.maven.plugins
maven-jxr-plugin
2.3



org.apache.maven.plugins
maven-pmd-plugin
2.7.1

false
1.6

/rulesets/basic.xml







UTF-8 

And then I have configured jenkins about PMD parts and added jxr:jxr 
pmd:pmd into the building goals.
However, no PMD result and even no PMD logo on the first page of Jenkins. 
As following is the result of bulding.
 Executing Maven: -B -f D:\jenkins\jobs\hello-world\workspace\pom.xml 
jxr:jxr pmd:pmd
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model 
for com.atos.mvnbook:hello-world:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 20, 
column 16
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] 

[INFO] Building Maven Hello World Project 0.0.1-SNAPSHOT
[INFO] 

[INFO] 
[INFO] --- maven-jxr-plugin:2.3:jxr (default-cli) @ hello-world ---
[WARNING] File encoding has not been set, using platform encoding Cp1252, 
i.e. build is platform dependent!
[INFO] 
[INFO] --- maven-pmd-plugin:3.0.1:pmd (default-cli) @ hello-world ---
[WARNING] File encoding has not been set, using platform encoding Cp1252, 
i.e. build is platform dependent!
[PMD] Finding all files that match the pattern pmd.xml
[PMD] Parsing 1 files in D:\jenkins\jobs\hello-world\workspace\target
[PMD] Successfully parsed file 
D:\jenkins\jobs\hello-world\workspace\target\pmd.xml of module Maven Hello 
World Project with 0 warnings.
[PMD] File encoding has not been set in pom.xml, using platform encoding 
windows-1252, i.e. build is platform dependent (see http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
*">Maven
 
FAQ).
And the versions are as followings:
 maven version: 3.0.5
java version:1.6.0_45
Please help me check it. Thanks.

-- 
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: PMD plugin doesn't work in Jenkins

2013-06-26 Thread Tan Chen
Hello,
In fact I have installed the PMD plugin on Jenkins; and then I modified my
pom.xml of my Maven Project5I wrote this as followings:
 

junit
junit
4.7
test







org.apache.maven.plugins
maven-compiler-plugin

1.5
1.5




org.apache.maven.plugins
maven-shade-plugin
1.2.1


package

shade




com.atos.mvnbook.helloworld.HelloWorld













org.apache.maven.plugins
maven-jxr-plugin
2.3



org.apache.maven.plugins
maven-pmd-plugin
2.7.1

false
1.6

/rulesets/basic.xml







UTF-8

And then I have configured jenkins about PMD parts and added jxr:jxr
pmd:pmd into the building goals.
However, no PMD result and even no PMD logo on the first page of Jenkins.
As following is the result of bulding.
 Executing Maven: -B -f D:\jenkins\jobs\hello-world\workspace\pom.xml
jxr:jxr pmd:pmd
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for com.atos.mvnbook:hello-world:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 20,
column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
[INFO]

[INFO] Building Maven Hello World Project 0.0.1-SNAPSHOT
[INFO]

[INFO]
[INFO] --- maven-jxr-plugin:2.3:jxr (default-cli) @ hello-world ---
[WARNING] File encoding has not been set, using platform encoding Cp1252,
i.e. build is platform dependent!
[INFO]
[INFO] --- maven-pmd-plugin:3.0.1:pmd (default-cli) @ hello-world ---
[WARNING] File encoding has not been set, using platform encoding Cp1252,
i.e. build is platform dependent!
[PMD] Finding all files that match the pattern pmd.xml
[PMD] Parsing 1 files in D:\jenkins\jobs\hello-world\workspace\target
[PMD] Successfully parsed file
D:\jenkins\jobs\hello-world\workspace\target\pmd.xml of module Maven Hello
World Project with 0 warnings.
[PMD] File encoding has not been set in pom.xml, using platform encoding
windows-1252, i.e. build is platform dependent (see http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+
Encoding">Maven FAQ).
And the versions are as followings:
 maven version: 3.0.5
java version:1.6.0_45
Please help me check it. Thanks.


2013/6/26 Tan Chen 

> Hello,
>
> In fact I have installed the PMD plugin on Jenkins; and then I modified my
> pom.xml of my Maven Project5I wrote this as followings:
>
> 
> 
>junit
>junit
>4.7
>test
> 
>   
>
> 
> 
>
>
>  org.apache.maven.plugins
>  maven-compiler-plugin
>  
>1.5
>1.5
>  
>
>
> 
> org.apache.maven.plugins
>   maven-shade-plugin
>   1.2.1
>   
> 
>   package
>   
> shade
>   
>   
> 
>implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
> com.atos.mvnbook.helloworld.HelloWorld
>  
>
>  
>  
>   
> 
> 
> 
>
> 
> 
>
> 
> org.apache.maven.plugins
> maven-jxr-plugin
> 2.3
> 
>
> 
> org.apache.maven.plugins
> maven-pmd-plugin
> 2.7.1
> 
> false
> 1.6
> 
> /rulesets/basic.xml
> 
> 
> 
> 
> 
>
> 
>
> UTF-8
>
> 
>
> And then I have configured jenkins about PMD parts and added jxr:jxr
> pmd:pmd into the building goals.
> However, no PMD result and even no PMD logo on the first page of Jenkins.
> As following is the result of bulding.
>
>Executing Maven:  -B -f D:\jenkins\jobs\hello-world\workspace\pom.xml
> jxr:jxr pmd:pmd
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for com.atos.mvnbook:hello-world:jar:0.0.1-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 20,
> column 16
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer
> support building such malformed projects.
> [WARNING]
>
> [INFO]
>
> [INFO]
> ---

Re: Change the timezone

2013-06-26 Thread C. Benson Manica
Hm, wonder if it's the underscore I was missing...  will keep that in mind 
for next time. Thanks.

On Monday, June 24, 2013 10:43:21 AM UTC-7, Owen B. Mehegan wrote:
>
> If I remember right, quoting matters here. This java arg works for us:
>
> -Dorg.apache.commons.jelly.tags.fmt.timeZone='America/Los_Angeles'
>
> Note single quotes around America/Los_Angeles. And also an underscore.
>
> On Sunday, June 23, 2013 7:38:31 PM UTC-7, C. Benson Manica wrote:
>>
>> I'm running Jenkins as a system package on a Redhat-like system. The 
>> infinitesimal documentation on how to change the time zone indicates that 
>> adding one of the following lines to /etc/sysconfig/jenkins should change 
>> the timezone, but neither does.
>>
>> JAVA_ARGS="user.timezone='America/Los Angeles'"
>> JAVA_ARGS="-Dorg.apache.commons.jelly.tags.fmt.timeZone=America/Los 
>> Angeles"
>>
>> The Jenkins user is also set up to use PDT, but that was also not 
>> sufficient. The only successful course of action was to change the system 
>> time, which a non-root user would not be able to do.
>>
>> This message is informational, to make it known that a very basic task in 
>> Jenkins - changing the time zone - is not documented in a way that actually 
>> works. A Jenkins setting to change the timezone might also be a helpful 
>> addition.
>>
>

-- 
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: Naginator Plugin not working

2013-06-26 Thread VinodKumar
Hi All,
I found the reason for exception
but that is in itself a problem.

there is an option in this plugin:
   "Rerun build for unstable builds as well as failures "
if this is unchecked it show null point exception.
But if some user don't want to run in case of unstable than it shouldn't be
required to check this option.

So This seems as a bug!!








--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Naginator-Plugin-not-working-tp4670763p4670764.html
Sent from the Jenkins users mailing list archive at Nabble.com.

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