Blue Ocean viewer for offline files

2019-04-23 Thread Kamesh Velu
Hi To reduce storage needs on Jenkins Master all my Jobs have a post task that uploads artifacts and build log to a cloud storage. My Jenkins job has lot of parallel steps and when I have to debug something from the log file it makes it harder to parse through as the pipeline steps have

Recovering jenkins.io account

2019-04-23 Thread James Telfer
Hi, Not sure this is the right place, but https://accounts.jenkins.io/passwordReset just says 'contact us' without a link as to how I believe I have an existing jenkins.io account linked to an email address I no longer have access to. I'd like to continue using that account and link to

Jenkins unable to access svn repo - "svn: E200015: authentication cancelled" Password Mismatch

2019-04-23 Thread Paul Adams
*JENKINS ERROR:*unable to access svn repo as "svn-readonly" ERROR: Failed to check out http://svn-c.crunchtime.local/repos/qa/trunk/crossmodule "svn: E200015: authentication cancelled" *SVN ERROR: *(log files are stored in /var/log/httpd) [Fri Apr 05 11:50:02 2019] [error] [client

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Mark Waite
The Jenkins platform special interest group in gitter might also have people with related interests, in case you want to try posting your question there. https://gitter.im/jenkinsci/platform-sig I've not seen any discussions on this topic in the platform-sig, but there have been discussions

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Mark Waite
Git plugin 3.9.x does not mandate Java 8 of itself. The git plugin 3.9.x compile environment checks that the generated byte code is only Java 7. However, as you have discovered, that does not check that all its dependencies only require Java 7. I think you're stuck performing a search through

Jenkins Role Base Statergy (Restrict Job View for specific Users)

2019-04-23 Thread Kiran Sonawane
Hey, I'm Using Role base-Strategy for managing multiple jobs. but in manage options it only gives read permission which enable all users to view all project I created which I don't want. So is there any option so every user can view only those jobs which are allowed to view that specific

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Rich Stephens
No, that’s not what I was implying, unfortunately. I was telling about actually running Jenkins itself using Java 7 and trying to install the git plugin. Rich -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: Jenkins git plugin using only Java 7.1

2019-04-23 Thread Rich Stephens
Yes I’m aware that Jenkins moved on to Java 8 long ago, But because of the environment I’m using, I’m restricted to going no higher than Java 7. I was afraid the answer would be what you are saying, but thanks for the information. -- You received this message because you are subscribed to