Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread Craig Rodrigues
Hi, The new Jenkins UI looks nice, and will be a big improvement over the existing UI. The original selling point of Jenkins was that even with the simplistic forms-based UI, someone could fill out a relatively simple form, and have a continuous integration pipeline. I have met people who were ge

Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread James Dumay
Fixing the website right now. Sorry about that :( On Fri, May 27, 2016 at 4:19 PM nicolas de loof wrote: > source code actually has been moved to > https://github.com/jenkinsci/blueocean > > 2016-05-27 8:16 GMT+02:00 Dirk Heinrichs : > >> Am 27.05.2016 um 00:21 schrieb James Dumay: >> >> Today w

Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread nicolas de loof
source code actually has been moved to https://github.com/jenkinsci/blueocean 2016-05-27 8:16 GMT+02:00 Dirk Heinrichs : > Am 27.05.2016 um 00:21 schrieb James Dumay: > > Today we’ve made the source code > available on Github, written a blog post >

Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread Dirk Heinrichs
Am 27.05.2016 um 00:21 schrieb James Dumay: > Today we’ve made the source code > available on Github, written a > blog post > and > created a video > exp

Antwort: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread Lars . Meynberg
Seems to be cool stuff. I tried to install the plugin on our Jenkins as where switching to pipeline building at the moment but couldnt find the plugin in the update center. But the readme of the describes it more as a standalone installation: Running Blue Ocean $ cd blueocean-plugin $ mvn hpi:run

jenkins UI crashes after git plugin update

2016-05-26 Thread Paul C
Currently using jenkins 1.626. Upgraded git-plugin to 2.4.4, git-client to 1.19.6 The error looks like it boils down to: Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.transport.RemoteConfig Any ideas on how to fix this? Thanks javax.servlet.ServletException: org.apache.c

[Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread James Dumay
Hi Jenkins users, Today I am happy to announce the open sourcing of a new user experience for Jenkins called Blue Ocean. We are looking to build an excellent experience around Pipeline and Freestyle jobs with a focus on developer experience - how you as a developer build better automation, e

Re: Unable to stop pipeline job

2016-05-26 Thread Craig Rodrigues
Sverre, I find that the existing user interface for "Click here to forcibly terminate running steps" is very unintuitive, and as you found, sometimes it doesn't work. I filed this ticket: https://issues.jenkins-ci.org/browse/JENKINS-32691 I'm not sure if anyone is working on that right now, but

Publisher plugins crash in workflow pipeline

2016-05-26 Thread Nicholas Brown
I'm trying to get to grips with defining a workflow pipeline. I tried adding a step with: step([$class: 'hudson.plugins.sloccount.SloccountPublisher', pattern: 'sloccount.sc', encoding: 'UTF-8', commentIsCode: false, numBuildsInGraph: 0, ignoreBuildFailure: false]) but it fails with this error

Re: Storing artifacts on file server (Mac+Win)

2016-05-26 Thread Thomas Zoratto
I keep this conversation here to possibly help other people with a similar question. --- It's not the only way but it's the cleanest way in my opinion when you have enough artifacts to fill your hard drive. I think the way you integrate the artifact repository with Jenkins depends on your pro

Re: Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-26 Thread AJ Ferrigno
Thanks for the info. I have found a workaround for now - I just moved the DSL out from the Jenkins job itself and into a source controlled file, which is arguably where it should have been from the beginning. In the course of making this change, I have discovered another strangeness regarding thi

Re: Create a temporay file via groovy

2016-05-26 Thread Maciej Jaros
'Niksan' via Jenkins Users (2016-05-23 14:15): I'm wanting to create a temporary batchfile on a Jenkins slave via groovy similar to the way Jenkins itself does when invoking a Windows batch file. cmd /c call C:\Windows\TEMP\hudson6180922768700485046.bat How do I go about doing that via groovy

Need: hadoop Admin for: Tamapa ,FL

2016-05-26 Thread Vineet Mishra
*Hi,* *Please reply to ,* *vin...@1pointsys.com * *Immediate Interview* *Position : hadoop Admin* *Location : Tamapa ,FL* *Duration : 6 Months + * *Need Only GC and USC Candidates .* *Hadoop Administrator Job Functions* - Setup and configure Hadoop Clusters - Automation of Dep

Need: BUSINESS SYSTEMS CONSULTANT for: Charlotte, NC

2016-05-26 Thread Vineet Mishra
*Hi,* *Please reply to ,* *vin...@1pointsys.com * *Immediate Interview* *Position: BUSINESS SYSTEMS CONSULTANT * * Location: Charlotte, NC Duration: 6+ months with possibility of extension Interviewing Process: Phone interview* *Visa Status : GC or USC candidates* *Job Respon

Re: Storing artifacts on file server (Mac+Win)

2016-05-26 Thread Zoratto Thomas
Hi, First you should check your build's logs policy (maybe you're running out of space because of that). Then, I encourage you to use an artifact repository such as Nexus. You'll be able to store your artifacts easily. Thomas > Le 26 mai 2016 à 12:52, j...@sybogames.com a écrit : > > Hi Ex

Proxy and certificate

2016-05-26 Thread sebastienjfosse02
Hi, We have just installed Jenkins and we want to install some plugins (Git, ...). But in plugins section, Advanced tab, the "validate proxy" fails with following message : " javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security

Re: Repository connector plugin : can't retrieve the selected VERSION since last Jenkins update ! Help

2016-05-26 Thread Yves-Marie LAINÉ
Ah yes, it's certainly that ! Haven't tested yet, but I'm really confident. Thx a lot ! On Wednesday, 25 May 2016 23:24:28 UTC+2, Baptiste Mathus wrote: > > Hi, > > Probably https://jenkins.io/blog/2016/05/11/security-update/ > > Cheers > > 2016-05-25 15:29 GMT+02:00 Yves-Marie LAINÉ >: > >> Hi

Running a pipeline job on all the nodes with the same label

2016-05-26 Thread Michael Pereira
I am forwarding a question from StackOverflow in hope of getting a simpler implementation for this use-case: Here I have some jobs that are required to run on multiple node

Re: Making a Course on Pipeline Plugin

2016-05-26 Thread Anderson Goulart
Hi, I don't know if is pertinent, but here are my suggestions: Jenkinsfile DSL Scaling (what are the design options for managing multiple projects? How to share code between them? ) Integrations (like pushing artifacts to S3) -- global On 25/05/2016 16:47, Kent Johnson wrote: Hi all, I a

Storing artifacts on file server (Mac+Win)

2016-05-26 Thread joen
Hi Experts, I'm having problems with our master jenkins server running out of disk space. I want to offload the builds to our file server. I'm trying to get Artifact Deployer to work but I'm unable to provide a path that will work both on mac and windows. How can I do that? Any advise is app

Re: How to solve Could not find (numeric) updateCenterVersion issue

2016-05-26 Thread Tidhar Klein Orbach
Hi it happens to me when I start up jenkins. i'm using 1.642.4 winston Jetty. can you please elaborate regarding the proxy configurations? (it seems that all of the proxy configuration are correct.) thanks, Tidhar On Wednesday, May 25, 2016 at 11:51:50 PM UTC+3, Baptiste Mathus wrote: > > Please

Antwort: Re: Unable to stop pipeline job

2016-05-26 Thread Lars . Meynberg
I had also the same problem and fix that for now via the ScriptConsole of Jenkins with following command: Jenkins.instance.getItemByFullName("jobName").getBuildByNumber(9 ).finish(hudson.model.Result.ABORTED, new java.io.IOException("Aborting build")); Von:Sverre Moe An: Jenkins Users

Re: Unable to stop pipeline job

2016-05-26 Thread Sverre Moe
Yes I did and it did not do anything. A bit cumbersome if I would have to enter the build console to cancel again. onsdag 25. mai 2016 22.47.02 UTC+2 skrev Baptiste Mathus følgende: > > Did you try to click on the link in the logs, named "Click here to > forcibly terminate running steps"? > > 20

Re: Pipeline: Keep the main logic outside of Jenkinsfile

2016-05-26 Thread Sverre Moe
Yes, I came across it, but there is so little information about how to use this and how it works. The only thing I could find was this example here https://github.com/jenkinsci/pipeline-examples/tree/master/global-library-examples/global-function which I did not understand much of. // The call