Re: Highest Jenkins Version usable with Java 8

2022-09-02 Thread the.n...@gmail.com
Thanks. Appreciate the info. On Friday, September 2, 2022 at 9:46:16 a.m. UTC-4 Mark Waite wrote: > On Friday, September 2, 2022 at 7:42:09 AM UTC-6 Randall wrote: > >> Hi All, >> >> I am stuck with Java 8 on one platform and cannot upgrade. What is the >> la

Re: Highest Jenkins Version usable with Java 8

2022-09-02 Thread Mark Waite
On Friday, September 2, 2022 at 7:42:09 AM UTC-6 Randall wrote: > Hi All, > > I am stuck with Java 8 on one platform and cannot upgrade. What is the > latest Jenkins version I can use? (Docker is not involved). > Jenkins 2.346.3 <https://www.jenkins.io/changelog-stable

Highest Jenkins Version usable with Java 8

2022-09-02 Thread the.n...@gmail.com
Hi All, I am stuck with Java 8 on one platform and cannot upgrade. What is the latest Jenkins version I can use? (Docker is not involved). Thanks, Randall -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Copy Artefact between master and slave node is very slow. (Windows Jenkins version 2.107.3)

2021-03-04 Thread Tim Black
arge files. I couldn't find the reference, so I may be >>> incorrect in this case. >>> >>> I'd suggest using a different technique to store your large artifacts, >>> rather than having Jenkins perform the copy. If on Unix, consider rsync or >>&

Re: Copy Artefact between master and slave node is very slow. (Windows Jenkins version 2.107.3)

2021-03-01 Thread Tim Black
I'd suggest using a different technique to store your large artifacts, >> rather than having Jenkins perform the copy. If on Unix, consider rsync or >> other copy program. If on Windows, consider robocopy. >> >> Mark Waite >> >> On Wed, May 30, 2018

Re: Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread Mark Waite
On Wednesday, April 22, 2020 at 8:22:03 AM UTC-6, armi...@mmlab.de wrote: > > Am 22.04.2020 um 16:10 schrieb Mark Waite: > > sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key > > Thank you @Mark! It worked with this import command for the moment. > > It seems that the other keys I

Re: Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread armin . vehr
Am 22.04.2020 um 16:10 schrieb Mark Waite: sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key Thank you @Mark! It worked with this import command for the moment. It seems that the other keys I was trying to import previously were wrong or deprecated: https://jenkins-ci.org/redha

Re: Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread Mark Waite
On Wednesday, April 22, 2020 at 7:01:40 AM UTC-6, armi wrote: > > Hi Mailing List! > > I get the following error since a couple of weeks. Platform is CentOS > Linux release 7.7.1908 (Core). Installed Jenkins is 2.232-1.1 . > > If you do research with the error message, this is apparently an is

Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread armin . vehr
Hi Mailing List! I get the following error since a couple of weeks. Platform is CentOS Linux release 7.7.1908 (Core). Installed Jenkins is 2.232-1.1 . If you do research with the error message, this is apparently an issue that occurs every now and then. Why does the maintainer always mess u

Jenkins version 2.168 cannot install Pipeline plug

2019-11-27 Thread 潘润欢
Thank you very much for checking, this is my current question. I use jenkins to package the same piece of code, but I found that because of using different Jenkins, the packaged code will have circular dependencies. So I wanted to reduce the jenkins version to 2.168, but found that the

Jenkins version number in Custom Output

2019-06-25 Thread Stuart Cracraft
Hi, My build jobs calculate the last version of the commit by the developer. There are four. These are calculated with git and rolled into 4 variables in the Bash/script area of Jenkins. So, I would like to include those 4 variables in the custom output so my developers can see all the version

Re: Error after update jenkins version

2019-04-24 Thread Randall Becker
may be DOA. We're now 24 hours into this outage. On Monday, April 22, 2019 at 7:58:42 AM UTC-4, Dimas Putro wrote: > > I got this error after I update my jenkins version, > > Apr 22, 2019 11:45:13 AM hudson.ExpressionFactory2$JexlExpression evaluate > WARNING: Caught

Confirm Jenkins version with SLES12 SP3 OS version

2019-04-08 Thread Kalpesh Jain
Which version of jenkins to be installed which is compatible with SLES12 SP3 OS version?? -- 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+unsub

Query on Jenkins version

2019-04-08 Thread Kalpesh Jain
Which version of jenkins to be installed which is compatible with SLES12 SP3 OS version -- 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+unsubsc

Re: How to check plugin version for a specific jenkins version

2018-09-21 Thread Narahari 'n' Savitha
Thank you for your help. Good to know that plugins are relatively safe to use. -Narahari On Friday, September 21, 2018 at 12:14:19 AM UTC-4, Mark Waite wrote: > > The Jenkins-Version field embedded in the plugin manifest file is the > minimum Jenkins version supported, not th

Re: How to check plugin version for a specific jenkins version

2018-09-20 Thread Mark Waite
The Jenkins-Version field embedded in the plugin manifest file is the minimum Jenkins version supported, not the maximum. Jenkins works very hard to allow older plugins to continue operating in newer releases. Mark Waite On Thu, Sep 20, 2018 at 9:09 PM Narahari 'n' Savitha wrote: &

How to check plugin version for a specific jenkins version

2018-09-20 Thread Narahari 'n' Savitha
downloading plugin, unwrapping it and look at the Jenkins version field, is there any other way ? This is doable but it is very laborious and I have to go from what ver of plugin I have and go up one level check and keep going up the version list. I am trying to pick minds of smart people here

Re: Jenkins Fails to restart after installing plugins , Jenkins Version 2.105

2018-02-07 Thread Victor Martinez
I guess the very first line of the stacktrace is the important one to know the root issue at smartjenkins.SmartJenkinsComputerListener.onConfigurationChange(SmartJenkinsComputerListener.java:41) which it's related to: https://plugins.jenkins.io/smart-jenkins My 2 cents -- You receiv

Jenkins Fails to restart after installing plugins , Jenkins Version 2.105

2018-02-07 Thread Vikas Kumar Choudhary
java.lang.NullPointerException at smartjenkins.SmartJenkinsComputerListener.onConfigurationChange(SmartJenkinsComputerListener.java:41) at hudson.model.AbstractCIBase.updateComputerList(AbstractCIBase.java:231) at jenkins.model.Jenkins.updateComputerList(Jenkins.java:154

Re: SCM polling into recent Jenkins version

2017-08-04 Thread Jérôme Godbout
Is it possible that it check the lastSuccessful one only? if so, I think this is a bad behavior, it should always use the lastest no matter the result. [image: bodycad] Jerome Godbout Software Developer 2035 rue du Haut-Bord, Québec, QC, Canada. G1N 4R7 T: +1 418 527-13

SCM polling into recent Jenkins version

2017-08-04 Thread jerome
Hi, I have a strange behavior with the polling system, the polling cron like work fine but the checkup is totally wrong, it see to use old settings and not the latest Jenkinsfile (2.72 with up to date plugins in today date). My Jenkins file does 3 Hg checkout: 1. Jenkinsfile 2. Build scri

Dissabling auto upgrade of jenkins version

2017-04-28 Thread venkatesh guttal
Hi, In our case, jenkins updating/upgrading automatically whenever new version comes. Any idea, How do i Dissable it? Regards VG -- 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

File bytes missing issue with zip file as file parameter in 1.6.1 Jenkins version

2017-04-10 Thread siva3software
Hi All, I am new to Jenkins and have created a filepameterized free style build in 1.6.1 version which has shell script which does unzip of the input file parameter which we pass during build execution..I.e Zip file.. Initially I didn't see any issues with this approch but recently I have obse

Jenkins version upgrade from 1.464 to latest

2016-12-03 Thread Victor Martinez
Hi there, Read the below thread as 1.464 version is a bit old ( >4 years old ): https://groups.google.com/forum/m/#!searchin/jenkinsci-users/Upgrade/jenkinsci-users/55-9UlaD44A You can look for some other threads about how to.backup your jenkins setup before doing any actions in this mailing li

Jenkins version upgrade from 1.464 to latest

2016-12-03 Thread Brameshwar Gupta
Hello Everyone, I would like to upgrade the Jenkins version from 1.464 to latest one. Please advise if it will incur any incompatibility issue with the .jenkins folder. Thanks in anticipation..!!! -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-12 Thread Zen Pwning
*Solution/workaround to the issue:* After the Installation of JDK8 was able to install the Sonarqube plugin.Mentioning this because, it can be useful for someone who may face the same issue. On Thursday, November 10, 2016 at 8:52:26 PM UTC+5:30, Daniel Beck wrote: > > > > On 10.11.2016, at 07:

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-10 Thread Daniel Beck
> On 10.11.2016, at 07:42, Zen Pwning wrote: > > So what version of Java should I have installed in my system if not Java 8? it looks like Jenkins is running on Java 7. Check the /systemInfo URL to confirm (and see what JRE is used). -- You received this message because you are subscribed to

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-09 Thread Zen Pwning
sion 52.0" >> >> indicates a wrong Java version... probably you use Java 8 and this is not >> supported by the plugin... >> >> http://stackoverflow.com/a/35866015 >> >> >> Am Donnerstag, 10. November 2016 07:15:23 UTC+1 schrieb Zen Pwning: >&

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-09 Thread Stefan Lorenz
t; > > Am Donnerstag, 10. November 2016 07:15:23 UTC+1 schrieb Zen Pwning: >> >> Trying the installation Sonarqube Plugin failing on Jenkins Version >> 2.19.2 & 2.30 raised bug on it >> https://issues.jenkins-ci.org/browse/INFRA-975. >> >> >&g

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-09 Thread Zen Pwning
va version... probably you Java 8 is not supported by > the plugin > > http://stackoverflow.com/a/35866015 > > > Am Donnerstag, 10. November 2016 07:15:23 UTC+1 schrieb Zen Pwning: >> >> Trying the installation Sonarqube Plugin failing on Jenkins Version >>

Re: Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-09 Thread Stefan Lorenz
"Unsupported major.minor version 52.0" indicates a wrong Java version... probably you Java 8 is not supported by the plugin http://stackoverflow.com/a/35866015 Am Donnerstag, 10. November 2016 07:15:23 UTC+1 schrieb Zen Pwning: > > Trying the installation Sonarqube Plugin fa

Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975, any help appreciated

2016-11-09 Thread Zen Pwning
Trying the installation Sonarqube Plugin failing on Jenkins Version 2.19.2 & 2.30 raised bug on it https://issues.jenkins-ci.org/browse/INFRA-975. SonarQube Plugin Failure - java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$Installatio

Need to add Suse 9.2 - 32bit jenkins slave to Jenkins master running Jenkins version: 2.19.1

2016-10-26 Thread bgee
Hi, Has anyone been able to add a Suse 9.2 slave to a recent version of Jenkins like 2.19.1? Suse 9.x comes with java 1.6 but it appears that Jenkins require java 1.7 and recommends 1.8. I'm trying to install java 1.8 but it requires gcc 4.2 and glibc 2.4 but I can't find these packages anywher

Re: Updating jenkins version in docker image cause exit 143

2016-10-09 Thread YusufSalahAdDin
Ok, i'll search it in logs. I'm using nGinx for deploy in server. El domingo, 9 de octubre de 2016, 0:34:16 (UTC-5), Baptiste Mathus escribió: > > docker logs container_id > > The Jenkins one I guess. Also curious why you're running nginx for that > test. > > Le 7 oct. 2016 9:41 AM, "YusufSalahA

Re: Updating jenkins version in docker image cause exit 143

2016-10-08 Thread Baptiste Mathus
docker logs container_id The Jenkins one I guess. Also curious why you're running nginx for that test. Le 7 oct. 2016 9:41 AM, "YusufSalahAdDin" a écrit : > Where can i found these login, because in bash docker doesn't show me any > log, and, when i get in container, all jekins logs are fine. >

Re: Updating jenkins version in docker image cause exit 143

2016-10-07 Thread YusufSalahAdDin
Where can i found these login, because in bash docker doesn't show me any log, and, when i get in container, all jekins logs are fine. El viernes, 7 de octubre de 2016, 0:04:06 (UTC-5), Baptiste Mathus escribió: > > Hey, > > What do the "docker logs" say? > > Le 6 oct. 2016 2:00 AM, "YusufSalahAd

Re: Updating jenkins version in docker image cause exit 143

2016-10-06 Thread Baptiste Mathus
Hey, What do the "docker logs" say? Le 6 oct. 2016 2:00 AM, "YusufSalahAdDin" a écrit : > Ok, i run it with parameter *-d *and i have this: > > salahaddin@TulipanROG  ~/Proyectos/uzmantech/jenkins   master ●  > docker-compose up -d >  ✓  41

Re: Did the Jenkins version numbers just change?

2016-10-06 Thread Daniel Beck
> On 06.10.2016, at 08:49, Baptiste Mathus wrote: > > For future reference, also > https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line Or the 'download' popup on Jenkins.io: > LTS (Long-Term Support) releases are chosen every 12 weeks from the stream of > regular releases as the sta

Re: Did the Jenkins version numbers just change?

2016-10-05 Thread Baptiste Mathus
For future reference, also https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line Le 5 oct. 2016 10:34 PM, "Sunil Shah" a écrit : > Ah thanks, that makes sense! > > On Wednesday, October 5, 2016 at 12:17:32 PM UTC-7, Stephen Connolly wrote: >> >> Perfectly normal. >> >> LTS versions are ba

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
Ok, i run it with parameter *-d *and i have this: salahaddin@TulipanROG  ~/Proyectos/uzmantech/jenkins   master ●  docker-compose up -d  ✓  4169  18:55:31 Starting jenkins_data_1 Starting jenkins_slave_1 Startin

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
I have this in bash: docker-compose > up > >  1 ↵  4159  18:11:07 > Creating jenkins_slave_1 > Creating jenkins_data_1 > Creating jenkins_master_1 > Creating jenkins_nginx_1 > Attaching to jenkins_slave_1, jenkins

Update jenkins version in a docker container

2016-10-05 Thread YusufSalahAdDin
Hi guys I'm new in jenkins with docker, so, i thanks any help to me. I want to know: How can we update jenkins in a existed docker container? You know, i don't want lose my configuration, projects, build reports and etc., but i don't know how update jenkins in docker. Thanks! -- You received

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
No, nothing, but the problem persist, i deleted all container and compose up again, and doesn't works, now i'm trying killing the docker machine and create again. El miércoles, 5 de octubre de 2016, 16:02:44 (UTC-5), Daniel Beck escribió: > > Anything interesting getting logged during startup?

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread Daniel Beck
Anything interesting getting logged during startup? > On 05.10.2016, at 22:55, YusufSalahAdDin wrote: > > Hi guys! > > I have the next problem: > > I built an image with Jenkins 2.23 and run it, all is well. > > Today i want update jenkins to 2.24, so, i change some lines in the docker > fil

Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
Hi guys! I have the next problem: I built an image with Jenkins 2.23 and run it, all is well. Today i want update jenkins to 2.24, so, i change some lines in the docker file, change version to 2.24 and update sha. I built it, all is well, but when i up the machine, well, i have an error 143:

Re: Did the Jenkins version numbers just change?

2016-10-05 Thread Sunil Shah
Ah thanks, that makes sense! On Wednesday, October 5, 2016 at 12:17:32 PM UTC-7, Stephen Connolly wrote: > > Perfectly normal. > > LTS versions are based on weekly releases. > > After 3 LTS releases, the next weekly is selected. > > (There was a critical issue in 2.7.3 hence a 2.7.4 shortly follow

Not able to add any plugins for 2.7 Jenkins version.

2016-09-05 Thread hozefa vakanerwala
Hello, I installed latest 2.7 version of Jenkins for windows. I am not able to install any plugins. I am not sure if Jenkins is able to connect to internet successfully. However, internet connectivity is fine since I am able to access other websites. PFB, the stack trace: A problem occu

Jenkins Version 1.642.4: Way to display all recursive jobs of build flow in build monitor view

2016-07-05 Thread Ram D
Hi All, I am currently stuck while display of build results on monitor view Firstly some information regarding my jenkins configuration. I have many tests to be executed using Jenkins. In order to achieve that, I created a build flow job (e.g test_flow) which executes one other "Testing" job with

Re: Want urgent answer on : problem with GO plugin in jenkins version 1.611

2016-02-25 Thread Victor Martinez
Maybe It's worth if you keep this question in your previous thread On Thursday, 25 February 2016 11:48:41 UTC, Mahesh Wabale wrote: > > I have install GO plugin on jenkins successfuly on latest version 1.650 > successfully . > But i am not able to install this on on my another server jenkins 1.61

Want urgent answer on : problem with GO plugin in jenkins version 1.611

2016-02-25 Thread Mahesh Wabale
I have install GO plugin on jenkins successfuly on latest version 1.650 successfully . But i am not able to install this on on my another server jenkins 1.611 . My global configure page is broken after installing the plugin. Can any one face this problem ? 1. If i upgrade my version it will re

Re: Verifying Jenkins version?

2015-03-16 Thread Christopher Orr
I'd be surprised if the bottom-right corner is wrong, but you can try checking the /about page (e.g. https://ci.jenkins-ci.org/about/). You can also see the version in every HTTP request in the "X-Jenkins" header, e.g. curl -sI https://ci.jenkins-ci.org/ | grep X-Jenkins: But I think in both

Re: Verifying Jenkins version?

2015-03-13 Thread Josh Santangelo
If it helps, this is Jenkins on Windows, installed via the msi installer. There is a tag in the config.xml, but that says 1.587. > On Mar 13, 2015, at 10:27 AM, Josh Santangelo wrote: > > I'm troubleshooting some issues with my Jenkins setup, and as part of that > downloaded the latest versi

Verifying Jenkins version?

2015-03-13 Thread Josh Santangelo
I'm troubleshooting some issues with my Jenkins setup, and as part of that downloaded the latest version from the website, which I noticed is labeled 1.602. I've installed that version, but the bottom corner of Jenkins pages says 1.599. No updates are shown under "manage Jenkins". How can I veri

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-18 Thread Richard Bywater
Doh! Had actually read and understood the first time I saw the post buy my understanding obviously disappeared in the subsequent replies - sorry about that :) Richard On 18/08/2014 7:41 PM, "Dan Tran" wrote: > @richard please read my first post again :) > > -- > You received this message because

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-18 Thread Dan Tran
@richard please read my first post again :) -- 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, visi

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-17 Thread Richard Bywater
You haven't said exactly what type of Jenkins packaging you are using but you should be able to find the version number as the Jenkins-Version attribute of the META-INF/MANIFEST.MF file either inside the Jenkins WAR file or exploded out (for instance on RedHat it appears at /var/cache/jenkin

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-17 Thread Dan Tran
Confirm, i have to go to system config page and hit save to get the version updated after an upgrade -D On Sunday, August 17, 2014 9:38:05 AM UTC-7, Dan Tran wrote: > > I can see a flaw in this, where after an upgrade, the value would stay the > same? until user update system config > > Thanks

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-17 Thread Dan Tran
I can see a flaw in this, where after an upgrade, the value would stay the same? until user update system config Thanks for the quick response -D -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-17 Thread Daniel Beck
system configuration, at most very early in an instance's lifetime. On 17.08.2014, at 08:00, Dan Tran wrote: > For disaster recovery, we dont have the jenkins installation but only the > JENKINS_HOME from the backup. Now need to find the Jenkins version was used. > By looking at J

Lookings for Jenkins version used by JENKINS_HOME

2014-08-16 Thread Dan Tran
For disaster recovery, we dont have the jenkins installation but only the JENKINS_HOME from the backup. Now need to find the Jenkins version was used. By looking at JENKINS_HOME/config.xml, looks like tag the right place, however its value is undermine. I am seeing the value varies from 1.0

Issue in jenkins version 1.552

2014-05-19 Thread shyamendra pratap
Hi, I am using Jenkins 1.552 version and I call Jenkins build job using CLI. I am invoking a build job (maven build job) by the following command. java -jar $HOME_DIR/jenkins-cli/jenkins-cli.jar -s http://Server:Port/jenkins -i ~/.ssh/id_rsa get-job Build_Job_TestEQUAL where Build_Job_TestEQUAL

Re: Jenkins Version

2014-04-14 Thread El alaoui Mohamed Reda
t; Support tab at http://jenkins-ci.org/ includes links to the various > platform versions of the LTS releases. > > Mark Waite > > > On Mon, Apr 14, 2014 at 7:05 AM, El alaoui Mohamed Reda < > inforedas...@gmail.com> wrote: > >> Hello, >> >> can you

Re: Jenkins Version

2014-04-14 Thread Mark Waite
ersions of the LTS releases. Mark Waite On Mon, Apr 14, 2014 at 7:05 AM, El alaoui Mohamed Reda < inforedas...@gmail.com> wrote: > Hello, > > can you tell me please wish Jenkins version most stable can i install in > my server Windows 2008 server ? > > I have ma

Jenkins Version

2014-04-14 Thread El alaoui Mohamed Reda
Hello, can you tell me please wish Jenkins version most stable can i install in my server Windows 2008 server ? I have many problems with the 1.550 version Cordially Reda -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: Jenkins version number shows 1.547 even thought it is 1.551

2014-02-20 Thread Mark Waite
Possibly the copy of /var/lib/jenkins is perceived as somehow being "newer" than the contents of the jenkins.war file, so the contents of the jenkins.war file are not being extracted over the copy? Mark Waite On Thu, Feb 20, 2014 at 7:30 AM, Rahul Ghose wrote: > Hello folks, > > I installed je

Jenkins version number shows 1.547 even thought it is 1.551

2014-02-20 Thread Rahul Ghose
Hello folks, I installed jenkins via official repository and the versions seems to be skewed. I did copy /var/lib/jenkins over from an older installation. What could be the problem? - Rahul Ghose -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-29 Thread Stephen Connolly
Ok cool to know that data point. I will investigate so! On Tuesday, 29 October 2013, Costin Caraivan wrote: > Wow - that was it. Thanks a lot for the pointer. > > I'm not sure what the ruby-runtime plugin does to crash 3 different > connection types, but it' REALLY bad. > > > It definitely helped

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-29 Thread Costin Caraivan
Wow - that was it. Thanks a lot for the pointer. I'm not sure what the ruby-runtime plugin does to crash 3 different connection types, but it' REALLY bad. It definitely helped - saved me hours of debugging ;) _ Costin Caraivan On Tue, Oct 29, 2013 at 7:54 AM, Pasi wrote: > Hi, >

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-28 Thread Pasi
Hi, I struggled with a similar problem for a long time, and in the end it was ruby-runtime plugin which prevented my SSH connections to work. As I don't use that plugin I uninstalled it and SSH started to work for some reason. Here's the original Google Groups discussion about my issue: https:

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-28 Thread Costin Caraivan
aivan wrote: > I will try to revert the Jenkins version, but this might take a while. I > don't want to do it in production (to prevent other breakage) and setting > up a test instance will take a while. > > Meanwhile, this bug also happens when trying to use the "R

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
I will try to revert the Jenkins version, but this might take a while. I don't want to do it in production (to prevent other breakage) and setting up a test instance will take a while. Meanwhile, this bug also happens when trying to use the "Run command on master" as the connection

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Stephen Connolly
Just for laughs, could you try the same with Jenkins 1.480 using the stock versions of the plugins bundled in that version of Jenkins (I am picking that version as it should have reasonably old stock versions and so if there are significant regressions it should help us narrow down where things are

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
No SSH keys, just username + password. Credentials 1.9.1 SSH-slaves 1.5 SSH credentials 1.5.1 _ Costin Caraivan On Thu, Oct 24, 2013 at 5:41 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > what kind of ssh key are you using. Beware the JCE export restrictions > whic

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Stephen Connolly
what kind of ssh key are you using. Beware the JCE export restrictions which can make using keys longer than 2048 a no-no. Also are you 100% certain you are using the latest ssh-slaves, ssh-credentials, and credentials plugins? On 24 October 2013 15:02, Costin Caraivan wrote: > Hello, > > I'm t

Re: Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
BTW, I can ssh from the machine, directly, just fine. So the connection is good, SSH is ok, just Jenkins is acting up :( _ Costin Caraivan On Thu, Oct 24, 2013 at 5:02 PM, Costin Caraivan wrote: > Hello, > > I'm trying to connect an Ubuntu 12.04 64 bit master running on Oracle's > 1

Can anyone connect Linux SSH slaves with the latest Jenkins version?

2013-10-24 Thread Costin Caraivan
Hello, I'm trying to connect an Ubuntu 12.04 64 bit master running on Oracle's 1.6 JDK to a slave with an identical configuration, through SSH or through executing an SSH command on the master. And I'm getting nowhere. Just a death throbber in the Jenkins slave interface, no log entries on the ma

Re: jenkins version issue

2013-08-01 Thread Mark Waite
licts with other tests running concurrently I don't recall ever encountering a test failure which I could attribute to the Jenkins version which started the test, though I guess that is also possible. Mark Waite > > From: Alexandra Sandulescu >

jenkins version issue

2013-08-01 Thread Alexandra Sandulescu
Hello, I have a test suite which consists in 30 tests (unit tests for webtesting - selenium) and i use 2 platforms of jenkins for running them. The first one is jenkins 1.421 - here i have some RANDOM fails and errors The second one is jenkins 1.509 where everything is passed. Does someone know

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

RE: Update to strange Jenkins version number?

2013-06-18 Thread James Nord (jnord)
users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Louis Roché Sent: 18 June 2013 08:48 To: jenkinsci-users@googlegroups.com Cc: matthew.web...@diamond.ac.uk Subject: Re: Update to strange Jenkins version number? Same 'problem' here. On Tuesday, June 18, 2013 9:43:32 AM

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

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: Jenkins version upgrade from 1.426

2013-04-25 Thread rakhee Kulkarni
I copied the new jenkins.war in /usr/share/jenkins and it worked. On Tuesday, April 23, 2013 11:47:03 PM UTC-7, Ben Caradoc-Davies wrote: > > Rakhee, > > in another thread you wrote: "I tried to upgrade Jenkins to 1.480. I am > running my master on a ubuntu machine. After I upgraded my jobs woul

Re: Jenkins version upgrade from 1.426

2013-04-23 Thread Ben Caradoc-Davies
Rakhee, in another thread you wrote: "I tried to upgrade Jenkins to 1.480. I am running my master on a ubuntu machine. After I upgraded my jobs would fail at git clone." Git functionality is provided by a plugin. After upgrading Jenkins, try upgrading all your plugins on the Manage Plugins p

Re: Jenkins version upgrade from 1.426

2013-04-23 Thread oliver gondža
Hi, hawing no experience running Jenkins on Ubuntu, I believe you should look for one of the LTS releases if you do not need new features. https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line -- oliver -- You received this message because you are subscribed to the Google Groups "Jenki

Jenkins version upgrade from 1.426

2013-04-23 Thread rakhee Kulkarni
All, I need to upgrade jenkins from 1.426. I have my master on Ubuntu 10.4. Can you please suggest a version after 1.48. Also, advise about security and installation instructions for ubuntu will be helpful. Thanks, Rakhee -- You received this message because you are subscribed to the Google G

upgrade jenkins version

2013-01-23 Thread Rafael Martinez
Hi I would like to know how I can upgrade to version jenkins if you clear the configuration, that is, as I can run. Believes war without jenkiins folder again and delete all Thanks