"Replay" button availability

2018-04-12 Thread Reinhold Füreder
Hi, Since (felt) very recently the "Replay" button is not shown anymore for slightly older (pipeline) builds. What does it depend on? It does not seem to be available based on (a) work day, or (jenkins log inspired suspicions) (b) jobAnalytics or (c) Workspace clean-up. Maybe it always behaved

Fwd: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread Baptiste Mathus
Hello everyone, I am transferring this email I originally posted in the dev list a few days ago to gather more feedback. To sum up: I am proposing to change the current logging format to a more consise and machine-friendly one-liner (when there's no stacktrace) If you wish to see it changed, or n

Re: BlueOcean observations from user

2018-04-12 Thread LnT
Hi All - I too find the same slow ness while opening blue ocean page for the particular page. PFA jenkns log. Could someone please suggest - what makes to page load FAST ? Regards, Lnt -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: Upgrade Path for Jenkins/Hudson

2018-04-12 Thread Baptiste Mathus
In short, Java 6 is not supported anymore by recent versions of Jenkins. So, as was said already above at least by Slide and Victor, your best bet is already to upgrade to the closest LTS to your version. You want to study: https://jenkins.io/changelog-stable/ so in your case the fist jump would b

Re: BlueOcean observations from user

2018-04-12 Thread Sverre Moe
I have read some other discussions that say BlueOcean v1.5 should have some performance improvements. It is still in beta stage though. torsdag 12. april 2018 09.47.17 UTC+2 skrev LnT følgende: > > Hi All - > > I too find the same slow ness while opening blue ocean page for the > particular page

RE: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread Reinhold Füreder
Hi Baptiste, Definitely +1! That is I wish to see the default logging format changed to a one-liner. This is more or less what in our Ansible based provisioning of Jenkins setup is already done: # See http://stackoverflow.com/questions/194765/how-do-i-get-java-logging-output-to-appear-on-a-s

RE: BlueOcean observations from user

2018-04-12 Thread Reinhold Füreder
Perfect timing: Blue Ocean 1.5.0 is shown as available in plugin manager since a few hours or minutes… -- 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 jenkinsc

Re: Switch LTS > Weekly

2018-04-12 Thread Daniel Beck
> On 11. Apr 2018, at 22:16, john.peterson wrote: > > Since my LTS is stuck looking at only the LTS site, I assume to switch, I > manually download the weekly I want and simply overwrite the .war? And then > it will be smart enough to know it is the weekly? https://jenkins.io/download/lts/#s

RE: Switch LTS > Weekly

2018-04-12 Thread John.Peterson
What it doesn't directly say, but I think is implied, I have no way of using the Jenkins interface to switch lines. I have to manually download and manually install (overwrite) the .war file and restart Jenkins. THEN I can use Jenkins directly for further updates. John E. Peterson ASW Quality

RE: Switch LTS > Weekly

2018-04-12 Thread John.Peterson
By the way. Thank you, Daniel. You have been exceptionally helpful this week. John E. Peterson ASW Quality Program Manager john.peter...@nikon.com Tel: +1 (810) 220-4360 Fax: +1 (810) 220-4300 Nikon Metrology, Inc. 631 Bear Run Lane Lewis Center, OH 43035 USA www.nikonmetrology.com -O

Re: Switch LTS > Weekly

2018-04-12 Thread Baptiste Mathus
BTW, not sure why you're doing this: "Since my LTS is stuck looking at only the LTS site" seems slightly concerning. Are you sure you're switching for the right reason? Rule of thumb: if you're switching to using Jenkins weeklies, you should also be already planning to upgrade your Jenkins instanc

Re: BlueOcean observations from user

2018-04-12 Thread LnT
I use Blue Ocean 1.5.0. (Upgraded an hour ago) Still the same issue.!!! -- 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...@googlegroup

RE: Switch LTS > Weekly

2018-04-12 Thread John.Peterson
I usually update every couple of weeks. I try to find an instance that has a lot of installed users, few errors, and ideally, zero critical errors. John E. Peterson ASW Quality Program Manager john.peter...@nikon.com Tel: +1 (810) 220-4360 Fax: +1 (810) 220-4300 Nikon Metrology, Inc. 631 Bear R

Checkout code to remote machine

2018-04-12 Thread Ganesh MN
Hi All, I am new to Jenkins. I got a requirement to setup CICD using jenkins for my project. As per the requirement I have to setup jenkins in one system let's say A. We have CVS code repository. Here, we have to create Jenkins job which should checkout code to another machine lets sya B. what

How to display images in jenkin console output window

2018-04-12 Thread Imran Khan
Hi Team, I have been searching for a plugin or a way to configure settings in Jenkin so that the console output display the plain text as well as HTML image tag with image. In short need to display the images from html tag which is coming in standard I/O stream from the application. Please l

Re: Checkout code to remote machine

2018-04-12 Thread Mark Waite
See https://jenkins.io/doc/ for the documentation. On Thu, Apr 12, 2018 at 7:10 AM Ganesh MN wrote: > Hi All, > > I am new to Jenkins. I got a requirement to setup CICD using jenkins for > my project. > As per the requirement I have to setup jenkins in one system let's say A. > We have CVS code

RE: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread Osborn, Tammy (DNR)
This sounds like a great idea to me. I haven’t had to deal with the logs much but simpler is better when there’s no stack trace like Baptiste suggested. From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste Mathus Sent: Thursday, April 12, 2018 12:41 AM To: jenkinsci-users@goog

Re: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread Baptiste Mathus
Sorry, I was unclear. There *will* still be stack traces IMO, they are critical to understand what is happening. I meant: the logs will *typically* be one-line. But when a given log entry has an associated exception, then it will be printed mostly like now, i.e. with a variable number of lines. Jo

Adding UI Action to a Job with pipeline

2018-04-12 Thread Carles Capdevila Tejada
Hi there, I'd like the "Build Now" button back in the parameterized pipeline job (the original "Build Now" button changes into "Build with parameters"). So the question is: *Is it possible to add a "Build Now" button by attaching an Action to the Job from within the pipeline itself? * I mean s

RE: "Replay" button availability

2018-04-12 Thread Reinhold Füreder
Hi (and replying to myself), I am very, very, very sure (but admittedly still not certain) now that this is a new behavior – and I dare to call it a bug: any other opinions? Can it be that it can only “replay” builds anymore (?) that were triggered after the last Jenkins (master) restart? Than

RE: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread Osborn, Tammy (DNR)
I agree. My reply wasn’t well worded. I’d like to have the complete stacktraces included but when it’s just a routine message, have 1 liner. From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste Mathus Sent: Thursday, April 12, 2018 7:28 AM To: jenkinsci-users@googlegroups.com

Re: [DISCUSS] Change Jenkins default logging format

2018-04-12 Thread niristotle okram
Definitely yes. On Thu, Apr 12, 2018 at 2:40 AM, Baptiste Mathus wrote: > Hello everyone, > > I am transferring this email I originally posted in the dev list a few > days ago to gather more feedback. > To sum up: I am proposing to change the current logging format to a more > consise and machin

Re: [Even:Jenkins World EU 2018] CFP Closes this Sunday

2018-04-12 Thread Alyssa Tong
Hi All, A friendly reminder that Jenkins World EU CFP will be closing this Sunday, 15 April. https://jenkinsworld2018cfp.hubb.me/Home/Index?ReturnUrl=%2fHome%2fDashboard Thnx, alyssa On Thu, Mar 15, 2018 at 3:04 PM, Alyssa Tong wrote: > Hello, > > A few updates to Jenkins World 2018: > >-

Jenkins Pipeline to be generic

2018-04-12 Thread krish
Hi, how can we use the multiple credentials into jenkins pipeline, in our environment diff applications have diff userid and password, is their a smarter way to define this in jenkins pipeline thank you -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: BlueOcean observations from user

2018-04-12 Thread Vivek Pandey
Hi Sverre, my comments inlined... On Sun, Oct 22, 2017 at 11:59 PM Sverre Moe wrote: > Here follows some observations from running Jenkins in Blue Ocean: > > I know BluOcean is not yet finished: > https://jenkins.io/projects/blueocean/roadmap/ > A small list. I had expected more, but perhaps it

Re: BlueOcean observations from user

2018-04-12 Thread Vivek Pandey
I guess we need more details to see whats causing slowness. Please open a JIRA and provide details along with HAR to help us fix it. Vivek. On Thu, Apr 12, 2018 at 5:37 AM LnT wrote: > I use Blue Ocean 1.5.0. (Upgraded an hour ago) > Still the same issue.!!! > > -- > You received this message

(Git plugin) Build trigger when branch is deleted in GitHub?

2018-04-12 Thread Alejandro Villarreal
I noticed that the github service/integration for the Jenkins Git Plugin triggers builds when branches are deleted in Github. Those builds fail because they try to checkout a SHA1 that just got deleted from the repository, and they're "poll

Re: (Git plugin) Build trigger when branch is deleted in GitHub?

2018-04-12 Thread Mark Waite
I have never seen a case where a job is triggered by branch deletion. The GitHub Branch Source plugin will (correctly) disable a job associated with a branch when branch deletion is detected, and will (correctly) remove the job according to the settings for that repository. If the GitHub webhooks

Re: Blue ocean new plugin create

2018-04-12 Thread Vivek Pandey
We are working on providing support for http/https based on username and password instead of ssh key alone: https://issues.jenkins-ci.org/browse/JENKINS-47247. Stay tuned... On Tue, Apr 10, 2018 at 8:22 AM Mark Waite wrote: > On Tue, Apr 10, 2018 at 5:24 AM Sakitha Nawodana < > sakithanawodan.

Debian package repository: Connection refused

2018-04-12 Thread Dirk Heinrichs
Hi, apt-get dist-upgrade fails with a "ConnectionRefused" error while trying to update Jenkins as installed from Debian package: Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: jenkin

Using Gradle in Pipeline

2018-04-12 Thread Sverre Moe
We are currently using Maven for building our applications. Our Jenkins maven pipeline are using the withMaven step from Pipeline Maven Integration. I have written gradle build scripts for our projects and begun to write the Pipeline build script to build gradle. We could really use an Pipeli