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

2016-05-27 Thread Craig Rodrigues
On Fri, May 27, 2016 at 3:12 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > > > On 27 May 2016 at 07:59, Craig Rodrigues wrote: > >> >> Here are some of the pain points I've encountered with Pipeline scripts: >> >>- Other than the most trivial of scripts, you need to be a >>

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 configuratio

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 parameter and condit

Re: Pipeline: Keep the main logic outside of Jenkinsfile

2016-05-27 Thread Kohsuke Kawaguchi
See https://github.com/jenkinsci/workflow-cps-global-lib-plugin Hope that helps! On Thu, May 26, 2016 at 12:37 AM Sverre Moe wrote: > 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:/

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 b

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: > sun.security.validator.ValidatorException

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 ou

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 Frida

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 unsu

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 loo

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 SV

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 even with the simplist

How can i store ne information and/or file in the build folder ?

2016-05-27 Thread Lionel Hubeau
Hi, On my jenkins 1.X instance, i need to store some file created during build to the build folder. For your information, the created files are not part of the deployable artifacts but are only files containing some informations about the build wich were excuted. How can i do thi

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

2016-05-27 Thread Maciej Jaros
Craig Rodrigues (2016-05-27 08:59): 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 integrati

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

2016-05-27 Thread Ginga, Dick
For the record, I have occasionally replied to threads with the same concern below: pipeline jobs require Groovy programming experience. I would much rather see a robust set of gadgets and widgets to choose from. Perhaps some build/release teams are composed of programmers. I am an experienced p

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 Jenkins was that even with the simplistic >> forms-based

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 simple form, and have

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:lars.meynb...@edict.de > Datum:27.05.2016 10:02 > Betreff:Re: Re: [Blue Ocean] A new u

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: jenkinsci-users@googlegroups.com Well I hope the old doesn'

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 lo

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 me

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

2016-05-27 Thread Lars . Meynberg
As the old world will disappear the easy way to create build jobs is still available for the non-experts, but for me the new world of pipeline-as-code, its great because now we can handle the jenkins logic the same well as the rest as our code. Yes pipeline scripts are code but thats fine becau

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

2016-05-27 Thread Dirk Heinrichs
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 lot for having it fixed so fast!!! Bye... Dirk -- *Dirk Heinrichs*, S

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

2016-05-27 Thread Michael Neale
Hi Craig - well for pipeline specifically, if you jump on the dev list andrew is trying to flag down some interest in a declarative script: https://groups.google.com/forum/#!topic/jenkinsci-dev/Vsvq6UkIRAQ which should be easy for most. As for a form based thing, I expect that to be around in

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, 2016 at 4:19 PM nicolas