RE: building core

2013-07-25 Thread James Nord (jnord)
 On Wed, Jul 24, 2013 at 4:16 PM, teilo teilo+goo...@teilo.net wrote:
  Is buildhive for core working at the moment?
 
 I guess you mean
 https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/
 rather than BuildHive per se.

Probably - its whatever takes the pull requests for core from github and builds 
them and adds comments.

  Pull requests for the last day seem to have no comments on them and
  the ci server appears to have no executors
 
 There was a problem on this server (excessive disk usage) but I fixed that
 yesterday.

Existing pull requests don't seem to have triggered anything?

e.g.

https://github.com/jenkinsci/jenkins/pull/881
https://github.com/jenkinsci/jenkins/pull/880

/James

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RE: plugin jars contain maven?

2013-07-25 Thread James Nord (jnord)
Thanks Jesse.

/James

 -Original Message-
 From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-
 d...@googlegroups.com] On Behalf Of Jesse Glick
 Sent: 24 July 2013 23:07
 To: jenkinsci-dev@googlegroups.com
 Subject: Re: plugin jars contain maven?
 
 On Wed, Jul 24, 2013 at 5:08 PM, Jesse Glick jgl...@cloudbees.com wrote:
  Bug in HudsonTestCase (and JenkinsRule).
 
 https://issues.jenkins-ci.org/browse/JENKINS-18918
 
 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+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 Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Backporting toolkit for LTS - repository missing

2013-07-25 Thread oliver gondža

Hi,

Some time ago, Kohsuke announced Backporting toolkit for LTS[1]. Link to  
repository points to  
https://github.com/jenkinsci/backend-commit-history-parser which seem like  
a different tool (at least it does not contain the commands). I was not  
able to find backporting toolkit on github either.


Can some one who know where the tool is fix the link?

[1] https://wiki.jenkins-ci.org/display/JENKINS/Backporting+toolkit+for+LTS

Thanks
--
oliver

--
You received this message because you are subscribed to the Google Groups Jenkins 
Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Coupling of short-name and path to index.jelly file?

2013-07-25 Thread Hugh Perkins
I couldn't get my index.jelly to load.  I'm avoiding using Maven, because
Maven is really slow on my laptop.  But, I spent about 4 hours figuring out
why my index.jelly wouldn't load.

It turns out, I think, that the Short-Name *must* appear in the directory
path of the index.jelly file, somewhere, otherwise the jelly file won't
load.

For example, this is ok:

Short-Name: foo
Class-Path: /my/super/dir/food/car

(and /my/super/dir/food/car contains index.jelly)

This will I think fail to load index.jelly:

Short-Name: food
Class-Path: /my/super/dir/foo/car

(and /my/super/dir/foo/car contains index.jelly)

This took me several hours of trial and error to figure out, so I thought
I'd note the answer down here in case anyone else comes across the same
issue.

When I say 'load', I mean that the contents of index.jelly appear in the
pluginManager/installed page.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




cannot push to own repository

2013-07-25 Thread Karoly Sepsy

Hi,

I've recently joined to the community, and got my github repository 
forked to jenkinsci. However, when I try to push to my repository, I 
keep getting errors that I don't have permissions to do that, and even 
if I go to my repo in the web-UI, I don't see myself being an admin.
The repository url is: https://github.com/jenkinsci/rapiddeploy-plugin, 
with the user MidVision.

It seems the account hasn't been added to the repo as an admin/commiter.
Could you check the issue?

Thanks,

--
Karoly Sepsy
Technical Consultant
MidVision Ltd.
www.midvision.com

Email: karoly.se...@midvision.com
Skype: sepsy.karoly
Mobile: +44 75 3928 4206
Office: +44 20 3102 6870

*
MidVision Limited is registered in England and Wales, number 6644021.  
Registered Office: Regis House, 45 King William Street, London, EC4R 9AN.

This email is confidential and intended for the addressees only. If you are not 
the intended recipient, please do not copy or disclose its content but contact 
the sender immediately upon receipt.

--
You received this message because you are subscribed to the Google Groups Jenkins 
Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: building core

2013-07-25 Thread Jesse Glick
Seems there are still issues; checking.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cannot push to own repository

2013-07-25 Thread Kohsuke Kawaguchi


Not sure why it was dropped, but I added you back. Sorry for the trobule.


On 07/25/2013 04:48 AM, Karoly Sepsy wrote:

Hi,

I've recently joined to the community, and got my github repository
forked to jenkinsci. However, when I try to push to my repository, I
keep getting errors that I don't have permissions to do that, and even
if I go to my repo in the web-UI, I don't see myself being an admin.
The repository url is: https://github.com/jenkinsci/rapiddeploy-plugin,
with the user MidVision.
It seems the account hasn't been added to the repo as an admin/commiter.
Could you check the issue?

Thanks,




--
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Jenkins Enterprise, our professional version of Jenkins

--
You received this message because you are subscribed to the Google Groups Jenkins 
Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[ANN] Beta testing of Git plugin 2.0

2013-07-25 Thread Kohsuke Kawaguchi


Hi,

We've been working on a major improvement on Git plugin, and it's now at 
the point that it's ready for general consumption.


As Git plugin is used by many and we want to reduce the chance of 
regressions, I'm calling for people to try out this unreleased Git 2.0 
plugin.


Please see [1] for the new features and how to try this out on your own 
instance. Looking forward to hearing the feedbacks.



[1] https://wiki.jenkins-ci.org/display/JENKINS/Git+plugin+2.0+beta+testing
--
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Jenkins Enterprise, our professional version of Jenkins

--
You received this message because you are subscribed to the Google Groups Jenkins 
Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Beta testing of Git plugin 2.0

2013-07-25 Thread Kohsuke Kawaguchi


It supports per-project credential.

The only problem is that there's currently no implementation of the HTTP 
BASIC auth credential. So I'm reusing the credential for SSH password 
authentication for this purpose.


If you are at at it, please add that in the credentials plugin.

The branch in question is refactoring. I added that info in the Wiki 
page linked.



On 07/25/2013 03:44 PM, Stephen Connolly wrote:

Did you get credentials integration in yet...

If not I would like to try and get it in for the next beta... and which branch
is it so I can try to start tomorrow


On 25 July 2013 23:40, Kohsuke Kawaguchi kkawagu...@cloudbees.com
mailto:kkawagu...@cloudbees.com wrote:


 Hi,

 We've been working on a major improvement on Git plugin, and it's now at 
the
 point that it's ready for general consumption.

 As Git plugin is used by many and we want to reduce the chance of
 regressions, I'm calling for people to try out this unreleased Git 2.0 
plugin.

 Please see [1] for the new features and how to try this out on your own
 instance. Looking forward to hearing the feedbacks.


 [1]
 https://wiki.jenkins-ci.org/__display/JENKINS/Git+plugin+2.__0+beta+testing
 https://wiki.jenkins-ci.org/display/JENKINS/Git+plugin+2.0+beta+testing
 --
 Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
 Try Jenkins Enterprise, our professional version of Jenkins

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscribe@__googlegroups.com
 mailto:jenkinsci-dev%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/__groups/opt_out
 https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.





--
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Jenkins Enterprise, our professional version of Jenkins


--
You received this message because you are subscribed to the Google Groups Jenkins 
Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Create a file in the workspace without buildnumber

2013-07-25 Thread Zhengyuan Shen
Hi guys,

In my plugin, I need to create a file in the workspace so that I can get 
access to it in my next build step. The way I am doing it is using the 
FilePath.

like: build.getWorkspace().createTempFile(prefix,suffix);

This will actually generate a file named prefix1323buildNumber3132.suffix

Does anybody know how can I get rid of this buildNumber and just get the 
file named prefix.suffix.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] Beta testing of Git plugin 2.0

2013-07-25 Thread Mark Waite
The wiki page specifies Git Client plugin 1.1. but I only see Git Client 1.1 on 
the updates site, even when I went to the advanced section of the manage 
plugins page and pressed Update Now.  I see that the 1.1.1 release only 
recorded on GitHub about 4 hours ago.

Is there an estimate for how long it will be before Git Client plugin 1.1.1 is 
visible from http://updates.jenkins-ci.org/update-center.json ?

Mark Waite




 From: Kohsuke Kawaguchi kkawagu...@cloudbees.com
To: Jenkins Users jenkinsci-us...@googlegroups.com; Jenkins Dev 
jenkinsci-dev@googlegroups.com 
Sent: Thursday, July 25, 2013 4:40 PM
Subject: [ANN] Beta testing of Git plugin 2.0
 


Hi,

We've been working on a major improvement on Git plugin, and it's now at 
the point that it's ready for general consumption.

As Git plugin is used by many and we want to reduce the chance of 
regressions, I'm calling for people to try out this unreleased Git 2.0 
plugin.

Please see [1] for the new features and how to try this out on your own 
instance. Looking forward to hearing the feedbacks.


[1] https://wiki.jenkins-ci.org/display/JENKINS/Git+plugin+2.0+beta+testing
-- 
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Jenkins Enterprise, our professional version of Jenkins

-- 
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 Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cannot push to own repository

2013-07-25 Thread Sapone
I have the same trouble here: 
https://groups.google.com/forum/#!topic/jenkinsci-dev/QRZ5X4FKUNY

On Friday, July 26, 2013 1:26:55 AM UTC+7, Kohsuke Kawaguchi wrote:


 Not sure why it was dropped, but I added you back. Sorry for the trobule. 


 On 07/25/2013 04:48 AM, Karoly Sepsy wrote: 
  Hi, 
  
  I've recently joined to the community, and got my github repository 
  forked to jenkinsci. However, when I try to push to my repository, I 
  keep getting errors that I don't have permissions to do that, and even 
  if I go to my repo in the web-UI, I don't see myself being an admin. 
  The repository url is: https://github.com/jenkinsci/rapiddeploy-plugin, 
  with the user MidVision. 
  It seems the account hasn't been added to the repo as an admin/commiter. 
  Could you check the issue? 
  
  Thanks, 
  


 -- 
 Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/ 
 Try Jenkins Enterprise, our professional version of Jenkins 


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Credentials

2013-07-25 Thread Domi
Is there any support in the credentials plugin to have overwrites?
e.g. Having default credentials defined on global scope (used by a build 
triggered by Timer) and having the same credentials defined on user scope 
overwriting the used credentials when the build is triggered by the user 
manually?
Domi

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.