Re: Run Jenkins as a service and NOT headless

2016-05-27 Thread Simon Richter
Hi, On 27.05.2016 17:50, developer.go...@gmail.com wrote: > How do i run Jenkins as a service but not headless. If i am doing > browser testing, i want to see it open Firefox, Chrome, etc. Thank you! This is more a Windows sysadmin question: Windows services have an option in their

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

2016-05-27 Thread Kohsuke Kawaguchi
Some of those are in https://github.com/jenkinsci/pipeline-examples On Fri, May 27, 2016 at 7:04 AM Maciej Jaros wrote: > > I think this would be solved by providing recepies that would be updated > for each Jenkins version. Some recepies ideas: > >1. How to read a build

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

2016-05-27 Thread Michael Neale
BTW the github repositories have been "transferred" (ownership) into the jenkinsci org fully now (old links automatically redirect). On Friday, May 27, 2016 at 8:22:00 AM UTC+10, James Dumay wrote: > > Hi Jenkins users, > > Today I am happy to announce the open sourcing of a new user experience

running cucumber tests from jenkins

2016-05-27 Thread ziffification
> > I am running with the cucumber plugin with the following parameters > and after doing these 2 things /var/lib/jenkins/.rvm/bin/rvm @global do gem install

Re: maven projects become slow after a couple of months

2016-05-27 Thread Mykola Nikishov
Jorg Heymans writes: > It is easy to tell a job is getting slow because during maven init it takes > a long time to get passed "Scanning for projects" : > > > 13:06:54 [INFO] Scanning for projects... > 13:08:03 [INFO] >

Re: Proxy and certificate

2016-05-27 Thread Mykola Nikishov
sebastienjfoss...@free.fr writes: > 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: >

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

2016-05-27 Thread Arnaud Héritier
+1000 with this Stephen I think you are taking a good blog post idea :-) On Fri, May 27, 2016 at 8:34 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > The Jenkins specific tasks should be mostly single purpose and logicless > in my view. > > The complex logic should be testable

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

2016-05-27 Thread Stephen Connolly
The Jenkins specific tasks should be mostly single purpose and logicless in my view. The complex logic should be testable outside of Jenkins. But building complex logic in groovy "just because it is there" and not "because we cannot do it elsewhere" is the problem my rant is directed at On

Gerrit Trigger + Pipeline Jobs question

2016-05-27 Thread Jacob Scott
Hi, I've been using Gerrit Trigger + Jenkins 1.6 for a fairly vanilla pre merge unit test setup. I've recently upgraded to Jenkins 2.1 and want to upgrade my job for improved functionality -- I think using pipeline jobs -- but I haven't written any pipeline jobs yet and am not quite sure where to

Jenkins on AIX Installation

2016-05-27 Thread nk1306was
I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can someone post the actual process. I am trying to download package for AIX in Jenkins-ci website, i don't find it. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Stable version of Jenkins and the Robot Framework Plugin?

2016-05-27 Thread developer . goran
1.651.2 LTS and 1.6.4, the report and log files cannot be opened from within Jenkins. Does anyone know of a stable release that in the 1.6X series or the 2.X series that works with the current robot framework plugin? -- You received this message because you are subscribed to the Google Groups

Run Jenkins as a service and NOT headless

2016-05-27 Thread developer . goran
How do i run Jenkins as a service but not headless. If i am doing browser testing, i want to see it open Firefox, Chrome, etc. Thank you! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

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

2016-05-27 Thread Kent Johnson
James, this looks really valuable and useful. I am looking to create one or two video training courses involving the Pipeline plugin suite. it is great to see the work you have done with Blue Ocean. Is Blue Ocean the future of the Jenkins UI? If so, I'd like to build the training courses around

Re: Making a Course on Pipeline Plugin

2016-05-27 Thread Kent Johnson
Yes, Anderson, the Jenkins DSL was where I thought I would start. That will be interesting to cover as Kotlin becomes more supported as another language in addition to Groovy to write build scripts in. When you say scaling I think of spinning up a collection of containers for a test grid. It

Multi-branch pipeline project with Subversion

2016-05-27 Thread Pieter-Jan Busschaert
Hello, We have a debian Jenkins server which runs on the latest jenkins PPA (currently 2.6). I'm interested to test the Multi-branch pipeline functionality, in combination with our SVN server. However, all documentation I find about the topic talks about git. The concept of branches etc in

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

2016-05-27 Thread Maciej Jaros
Stephen Connolly (2016-05-27 12:12): On 27 May 2016 at 07:59, Craig Rodrigues > wrote: 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

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

2016-05-27 Thread Stephen Connolly
On 27 May 2016 at 11:12, Stephen Connolly wrote: > > > On 27 May 2016 at 07:59, Craig Rodrigues wrote: > >> Hi, >> >> The new Jenkins UI looks nice, and will be a big improvement over the >> existing UI. >> >> The original selling point of

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

2016-05-27 Thread Stephen Connolly
On 27 May 2016 at 07:59, Craig Rodrigues wrote: > 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

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

2016-05-27 Thread Joen Joensen
Thanks Thomas I'm aware that an artifact repository is a good thing, however our projects compile straight off git without grabbing any external dependencies. So we're only looking to store the builds on a network device. >> I think you can find the answer to your specific question here

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

2016-05-27 Thread James Dumay
Don't worry - nothing will disappear :) On Fri, May 27, 2016 at 6:25 PM wrote: > Sorry I meant will NOT disappear > > > > Von:Michael Neale > An:Jenkins Users , > Kopie:

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

2016-05-27 Thread Lars . Meynberg
Sorry I meant will NOT disappear Von:Michael Neale An: Jenkins Users , Kopie: lars.meynb...@edict.de Datum: 27.05.2016 10:02 Betreff:Re: Re: [Blue Ocean] A new user experience project for Jenkins Gesendet von:

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

2016-05-27 Thread James Dumay
My pleasure :) On Friday, May 27, 2016 at 5:53:51 PM UTC+10, Dirk Heinrichs wrote: > > Am 27.05.2016 um 09:44 schrieb James Dumay: > > Tyler was nice enough to get out of bed to deploy the change to jenkins.io > - should now be readable on any device. > > > Yes, looks much better now. Thanks a

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

2016-05-27 Thread Michael Neale
Well I hope the old doesn't go away! I don't think that is the intention. Pipeline-as-code is just a tidy starting point. There are a lot of freestyle jobs that people get a lot of value out of, and will for a long time. That non code type of working needs to be supported too, as you say - a

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

2016-05-27 Thread James Dumay
Ill prepare a post for the mailing list tomorrow showing off some of our ideas for a visual editor - we want to make it just as easy to use Pipeline jobs as it is to use FreeStyle today. I agree, things are not where they are at but we are working hard on it. Ill ask someone to share some ideas

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

2016-05-27 Thread Tom Fennelly
On Friday, May 27, 2016 at 7:59:41 AM UTC+1, Craig Rodrigues wrote: > > 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

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

2016-05-27 Thread James Dumay
Tyler was nice enough to get out of bed to deploy the change to jenkins.io - should now be readable on any device. I owe Tyler a case of beer now... On Fri, May 27, 2016 at 4:49 PM James Dumay wrote: > Fixing the website right now. Sorry about that :( > > On Fri, May 27,

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

2016-05-27 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

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

2016-05-27 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 : > >>

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

2016-05-27 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

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

2016-05-27 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 >

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

2016-05-27 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