Update to strange Jenkins version number?

2013-06-18 Thread Matthew.Webber
My Jenkins release, currently 1.518, is telling me: --> New version of Jenkins (1.518.JENKINS-14362-jzlib) is available for download Does anyone know what this is about? http://jenkins-ci.org/changelog tells me that that is the latest release number, but I could find no other reference to it any

Re: Update to strange Jenkins version number?

2013-06-18 Thread Louis Roché
Same 'problem' here. On Tuesday, June 18, 2013 9:43:32 AM UTC+2, matthew...@diamond.ac.uk wrote: > > My Jenkins release, currently 1.518, is telling me: > --> New version of Jenkins (1.518.JENKINS-14362-jzlib) is available for > download > > Does anyone know what this is about? http://jenkins-c

RE: Update to strange Jenkins version number?

2013-06-18 Thread James Nord (jnord)
It is 1.518 with a potential fix for Jenkins-14362[1] added for testing. More info is in the bug - possibly shouldn't be in the update site but I will leave that for someone else to comment on. /James [1] https://issues.jenkins-ci.org/browse/JENKINS-14362 From: jenkinsci-users@googlegroups.com

Aw: RE: Update to strange Jenkins version number?

2013-06-18 Thread Christoph Kutzinski
I guess Jesse has something to do with it ;-)   Gesendet: Dienstag, 18. Juni 2013 um 10:59 Uhr Von: "James Nord (jnord)" An: "jenkinsci-users@googlegroups.com" Cc: "matthew.web...@diamond.ac.uk" Betreff: RE: Update to strange Jenkins version number? It is 1.518 with a potential fix for Jenk

org.kohsuke.stapler.compression.CompressionFilter reportException, but only sometimes

2013-06-18 Thread Steffen Breitbach
Hi everyone! We're running Jenkins 1.509.1 LTS. Sometimes, but really only somtimes, Jenkins will hang completely for a few minutes (usually around 10). After that, Jenkins will respond normally. When this happens, you can't usually see any high load or other activity in Jenkins (in the example, o

I just wrote a blog post on how to make your plugin have a richer modelling of domain data

2013-06-18 Thread Stephen Connolly
I've seen a number of people asking this type of thing, so it seemed to be time for a blog post http://developer-blog.cloudbees.com/2013/06/introducing-variability-into-jenkins.html -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib

URGENT: trouble in jenkins downloads

2013-06-18 Thread Tom Brus
Hi All, I had my jenkins install (apt-get) on ubuntu failing with: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.518_all.deb 404 Not Found Then I discovered that the "*Latest and greatest (1.519) *" on http://jenkins

Re:URGENT: trouble in jenkins downloads

2013-06-18 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, it's rather disconcerting that a continuous integration tool suffers from release process failures, when such processes are eminently automatable :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 18 2013 08:08:01 Hi All, I

Re: URGENT: trouble in jenkins downloads

2013-06-18 Thread Tom Brus
no paradise without trouble, I guess ;-) Op dinsdag 18 juni 2013 15:29:26 UTC+2 schreef Kevin Fleming het volgende: > > Yes, it's rather disconcerting that a continuous integration tool suffers > from release process failures, when such processes are eminently > automatable :-) > > - Origina

java.lang.NoClassDefFoundError: org/jenkinsci/plugins/tokenmacro/TokenMacro

2013-06-18 Thread Bob Bick
Hi, I just started running into this error. I recently installed the "Build Name Setter Plugin"; but not sure whether that could be leading to this. Email was triggered for: Before Build Sending email for trigger: Before Build FATAL: org/jenkinsci/plugins/tokenmacro/TokenMacro java.lang.NoClassD

Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-18 Thread Mehdi Hayani
Hi team, I think the email subject describes very well my problem. Indeed, we have a shared Jenkins which is used to handle multiple projects and for each one we have specific groups with specific permissions. Recently we receive a request from a project who wants the Global Build Stats Plugin ins

Cannot connect slave "Caused by: java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing"

2013-06-18 Thread Kamal Ahmed
I am using Jenkins ver. 1.518, on Centos 6.4 , and trying to connect to a CentOs 6.4 Slave but getting exception: ERROR: Failed to authenticate as jenkins with credential=a5504c8f-3302-40bd-ab4b-8c689e64c84f java.io.IOException: Publickey authentication failed. at com.trilead.ssh2.auth.Authen

RE: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Bob Bick
I resolved this issue in our environment by fixing the PATH on the build machine... I updated the PATH environment variable so that it was using JDK 1.6 rather than JDK 1.5. Bob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Sameh Tawfik Sent: Tue

RE: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Jenkins team has recently started building Java 6 (1.6) class files, to see how many users are still using Java 5 (this is based on commit log notes I read yesterday). This means that you need to use Java 6 or 7 to run Jenkins, unless you build it yourself using Java 5. If it turns out that

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Sameh Tawfik
Does anyone have an idea about this bad Jenkins behavior? This problem is preventing us from using Jenkins? On Monday, June 17, 2013 3:55:05 PM UTC-7, Sameh Tawfik wrote: > Hi, > > I'm using *Jenkins ver. 1.518* , and I setup a > slave "testbuild" that is In sync with

Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-18 Thread Frédéric Camblor
Hi Mehdi, Chart's urls are "shareable" (they contain a unique token) : if you have the token, you can display the chart, no matter if you're an admin or not. Nevertheless, only admins will be able to create new charts. I don't have time to implement a feature where users having access to chart c

Re: URGENT: trouble in jenkins downloads

2013-06-18 Thread Tom Brus
seems to be solved now, at least ubuntu can install again... Op dinsdag 18 juni 2013 14:07:30 UTC+2 schreef Tom Brus het volgende: > > Hi All, > > I had my jenkins install (apt-get) on ubuntu failing with: > > Failed to fetch > http://pkg.jenkins-ci.org/debian/binary/jenkins_1.518_all.deb 404 N

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Sameh Tawfik
Thanks Bob, I just checked and found out our build machine has java version "1.5.0_07" while Jenkins machine has java version "1.7.0_10", so I'll work on syncing these machine. I think that would solve this issue. I'll send a note after syncing and testing to confirm. Thanks again, and have a

Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
Jenkins 1.514 on Centos. Deployed as a WAR file. At some point in the recent past, I'm not sure when, all non-CloudBees plugins disappeared from the plugin manager's "Available" page. The non-CloudBees plugins I had previously installed are still listed on the "Installed" page, but not on the "

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Stephen Connolly
What does your $JENKINS_HOME/hudson.model.UpdateCenter.xml File look like? On 18 June 2013 17:13, Jerry wrote: > Jenkins 1.514 on Centos. Deployed as a WAR file. > > At some point in the recent past, I'm not sure when, all non-CloudBees > plugins disappeared from the plugin manager's "Availabl

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
cloudbees-proprietary http://jenkins-updates.cloudbees.com/update-center/cloudbees-proprietary/update-center.json On Tuesday, June 18, 2013 12:13:30 PM UTC-4, Jerry wrote: > > Jenkins 1.514 on Centos. Deployed as a WAR file. > > At some point in the recent past, I'm not sure w

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
I copied that file from another instance of Jenkins I happened to have to the instance in question, restarted Jenkins, and now I can see all the available plugins again. Thanks, Stephen! Is there anything else I should do? On Tuesday, June 18, 2013 12:37:21 PM UTC-4, Jerry wrote: > > > > >

Cannot see Folders

2013-06-18 Thread Jerry
I have a bunch of folders I need access to which are not showing up in the Jenkins interface. I can see them in the filesystem on the Jenkins host. I think I messed up something with my CloudBees registration and I figure this has something to do with the disappearance of the folders, but I can'

jenkins user password?

2013-06-18 Thread Veer Mati
Hi! What is the password for the user 'jenkins'? How is that user cerated? I am seeing that there is a user 'jenkins' (when do I 'whoami' in a script run by a Jenkins build - it prints out jenkins), but if I log on as user root, and then do a 'su jenkins', it doesn't let me switch users! I don'

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Stephen Connolly
If its working now, you're sorted... Otherwise deleting *should* have regenerated the correct one for you. On Tuesday, 18 June 2013, Jerry wrote: > I copied that file from another instance of Jenkins I happened to have to > the instance in question, restarted Jenkins, and now I can see all the >

Re: Unable to Start NEW SSH slave

2013-06-18 Thread Walter Kacynski
Yes, I can confirm that SSH functions correctly from the Master to the target computer successfully. Does anyone know how to enable additional logging or debugging functionality for this process? -Walt -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: Cannot see Folders

2013-06-18 Thread Stephen Connolly
The free license is renewed every year (so we can see how many people are active using the plugin), so if your license is a bit old you may just need to refresh it. Jenkins > manage Jenkins > manage licenses Should tell you when the license is due to expire... If expired, easiest is to ensure on

Does "Build Now" behave differently than an automated build?

2013-06-18 Thread Daniel Spangler
I'm having a bit of trouble where occasionally a build will continue to fail via automated builds, but will correct itself if I press the Build Now link. I'm trying to debug this and am curious if anyone has any pointers at why I'm seeing different results? It's a Play 2 project being built by

Upgrade to Latest Jenkins - WSOD after running job

2013-06-18 Thread Jared Griffith
I recently upgraded to the latest Jenkins. When I go to build any job, instead of directing me to the normal page output page, it just WSOD (white screen of death). Is anyone else experiencing this? There is also no information in the logs as to what is happening. This is happening both when going

Help needed with partial deployment

2013-06-18 Thread TestVishal
Hi, I am exploring Jenkins for our project since last few days. I need some help in regards with partial deployment. We are having daily builds, however while deploying we have a in-house script which checks for the changes between the last deployment and the current build revision. The changes are

Re: Cannot see Folders

2013-06-18 Thread Jerry
Thanks again for the reply, Stephen. Unfortunately, I don't have a link for "Manage Licenses". Possibly it's just a problem with the link missing on the Manage Jenkins page? What should be the URL? Also, when generating a new license, an instance ID is required. I can't find mine in the Jenkins

Empty Error message box on clicking of apply button

2013-06-18 Thread 06virg
Hi, I Just started using Jenkins version 1.157 on windows 2003 server. I am configuring my projects for the build. But i am seeing very frequenntly Empty Error message Box popup every time when I click on "Apply Button" on Job configure page or system configuration page. After modifying the par

Re: jenkins user password?

2013-06-18 Thread Steffen Breitbach
Hi Veer! On Tue, 2013-06-18 at 11:58 -0700, Veer Mati wrote: > Hi! > > What is the password for the user 'jenkins'? How is that user cerated? > I am seeing that there is a user 'jenkins' (when do I 'whoami' in a > script run by a Jenkins build - it prints out jenkins), but if I log > on as user