I did it at least 5 times.
I'm always starting from a fresh Jenkins installation on my OSX.

Le lundi 11 juillet 2016 02:00:27 UTC+2, James Dumay a écrit :
>
> Have you tried with a clean Jenkins home or uninstalling all the manually 
> installed Blue Ocean plugins first?
>
> On Saturday, July 9, 2016 at 6:49:55 PM UTC+10, Maelig Gohin wrote:
>>
>> I downloaded the .pkg from Jenkins website.
>> Jenkins ver. 2.7.1 <http://jenkins-ci.org/>
>>
>>
>> Le vendredi 8 juillet 2016 17:14:27 UTC+2, Baptiste Mathus a écrit :
>>>
>>> Do you run the Jenkins war directly for your Jenkins instance, or do you 
>>> deploy in tomcat? Or though rpm or something else?
>>>
>>> Which Jenkins version?
>>> Le 8 juil. 2016 4:52 PM, "Maelig Gohin" <[email protected]> a 
>>> écrit :
>>>
>>>> Yes I have full access to jenkins pages, and I also see the Blue 
>>>> Dashboard
>>>>
>>>> Le vendredi 8 juillet 2016 16:45:07 UTC+2, Thorsten Scherler a écrit :
>>>>>
>>>>> Hmm have not tried that myself, but it seems that there maybe 
>>>>> something wrong with the context path. Did you see "classic" jjenkins 
>>>>> anyway?
>>>>>
>>>>> salu2
>>>>>
>>>>> On Friday, July 8, 2016 at 4:28:51 PM UTC+2, Maelig Gohin wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm using now the plugin from the plugin page of jenkins, so I don't 
>>>>>> run any command anymore
>>>>>>
>>>>>> Le vendredi 8 juillet 2016 16:25:44 UTC+2, Thorsten Scherler a écrit :
>>>>>>>
>>>>>>> Hi Maelig,
>>>>>>>
>>>>>>> weird, that url should work. How do you start the plugin, 
>>>>>>> standalone, like:
>>>>>>>
>>>>>>> cd blueocean-plugin
>>>>>>> mvn hpi:run
>>>>>>>
>>>>>>> if so what does the console print when you request the newJob page?
>>>>>>>
>>>>>>> salu2
>>>>>>>
>>>>>>> On Friday, July 8, 2016 at 4:08:30 PM UTC+2, Maelig Gohin wrote:
>>>>>>>>
>>>>>>>> So lucky me, I'm accessing http://localhost:8080/blue/pipelines 
>>>>>>>> but when I click on "new pipeline" (goes to 
>>>>>>>> http://localhost:8080/view/All/newJob) I'm getting :
>>>>>>>>
>>>>>>>> HTTP ERROR 404
>>>>>>>>
>>>>>>>> Problem accessing /view/All/newJob. Reason:
>>>>>>>>
>>>>>>>>     Not Found
>>>>>>>>
>>>>>>>> ------------------------------
>>>>>>>> *Powered by Jetty://*
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Le vendredi 8 juillet 2016 15:57:43 UTC+2, Maelig Gohin a écrit :
>>>>>>>>>
>>>>>>>>> Nice !
>>>>>>>>> Never used experimental plugins and don't worry, it's only by 
>>>>>>>>> curiosity, I'm using it on my local machine to test, no production 
>>>>>>>>> use yet 
>>>>>>>>> ^^
>>>>>>>>>
>>>>>>>>> Le vendredi 8 juillet 2016 15:54:29 UTC+2, Baptiste Mathus a 
>>>>>>>>> écrit :
>>>>>>>>>>
>>>>>>>>>> Yes, please see 
>>>>>>>>>> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/jenkinsci-dev/8HLKwwz3OmU/NVSKvIXuBAAJ
>>>>>>>>>>
>>>>>>>>>> Note that this plugin is still alpha, for a reason, so classical 
>>>>>>>>>> reminder: don't use it in production yet.
>>>>>>>>>>
>>>>>>>>>> 2016-07-08 13:50 GMT+00:00 Maelig Gohin <[email protected]
>>>>>>>>>> >:
>>>>>>>>>>
>>>>>>>>>>> I don't find the plugin into the list of plugins in the update 
>>>>>>>>>>> center, I'm missing something ?
>>>>>>>>>>>
>>>>>>>>>>> Le vendredi 8 juillet 2016 15:44:33 UTC+2, Baptiste Mathus a 
>>>>>>>>>>> écrit :
>>>>>>>>>>>>
>>>>>>>>>>>> Not sure what you mean about building.
>>>>>>>>>>>>
>>>>>>>>>>>> Did you use hpi:run to use it as documented, or did you install 
>>>>>>>>>>>> the plugins by hand?
>>>>>>>>>>>>
>>>>>>>>>>>> If you don't plan to hack on the project's code, then indeed 
>>>>>>>>>>>> it's strongly recommended to install through the update center, as 
>>>>>>>>>>>> installing by hand is quite hard to do because of the dependency 
>>>>>>>>>>>> tree you 
>>>>>>>>>>>> handle to manually handle right.
>>>>>>>>>>>>
>>>>>>>>>>>> If hacking on it is indeed what you want, then keep asking 
>>>>>>>>>>>> questions ;-)
>>>>>>>>>>>>
>>>>>>>>>>>> Cheers
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2016-07-08 13:40 GMT+00:00 Maelig Gohin <
>>>>>>>>>>>> [email protected]>:
>>>>>>>>>>>>
>>>>>>>>>>>>> I built it from the sources from github's project.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm trying right now with the 
>>>>>>>>>>>>> release blueocean-parent-1.0-alpha-2. Do I have to cancel the 
>>>>>>>>>>>>> build ? 
>>>>>>>>>>>>> (25min to built first time :p )
>>>>>>>>>>>>>
>>>>>>>>>>>>> Le vendredi 8 juillet 2016 15:37:54 UTC+2, Baptiste Mathus a 
>>>>>>>>>>>>> écrit :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>> if you built it from source, you're on the right list, if 
>>>>>>>>>>>>>> not, then the users list would have been better.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Which version do you use? By chance, would you be using 
>>>>>>>>>>>>>> https://hub.docker.com/r/jenkinsci/blueocean/ ? If so, this 
>>>>>>>>>>>>>> is a known issue, long time fixed but this image is outdated.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Cheers
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2016-07-08 13:27 GMT+00:00 Maelig Gohin <
>>>>>>>>>>>>>> [email protected]>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> just installed the last version of Blue Ocean, successfully 
>>>>>>>>>>>>>>> built it, run it, configure Jenkins, then go to blue ocean 
>>>>>>>>>>>>>>> dashboard.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> When I click on "new pipeline" I'm getting : 
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 404 Not Found
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Stapler processed this HTTP request as follows, but couldn't 
>>>>>>>>>>>>>>> find the resource to consume the request
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -> evaluate(<hudson.model.Hudson@5e19d130> 
>>>>>>>>>>>>>>> :hudson.model.Hudson,"/view/All/newJob")
>>>>>>>>>>>>>>> -> 
>>>>>>>>>>>>>>> evaluate(((StaplerProxy)<hudson.model.Hudson@5e19d130>).getTarget(),"/view/All/newJob")
>>>>>>>>>>>>>>> -> 
>>>>>>>>>>>>>>> evaluate(<hudson.model.Hudson@5e19d130>.getView("All"),"/newJob")
>>>>>>>>>>>>>>> -> unexpected null!
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> If this 404 is unexpected, double check the last part of the 
>>>>>>>>>>>>>>> trace to see if it should have evaluated to null.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Don't know what to do :/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>>>> You received this message because you are subscribed to the 
>>>>>>>>>>>>>>> Google Groups "Jenkins Developers" group.
>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails 
>>>>>>>>>>>>>>> from it, send an email to [email protected].
>>>>>>>>>>>>>>> To view this discussion on the web visit 
>>>>>>>>>>>>>>> https://groups.google.com/d/msgid/jenkinsci-dev/0acb6f41-39b5-4ec7-a5e4-e0a9f32ec074%40googlegroups.com
>>>>>>>>>>>>>>>  
>>>>>>>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/0acb6f41-39b5-4ec7-a5e4-e0a9f32ec074%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>> You received this message because you are subscribed to the 
>>>>>>>>>>>>> Google Groups "Jenkins Developers" group.
>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from 
>>>>>>>>>>>>> it, send an email to [email protected].
>>>>>>>>>>>>> To view this discussion on the web visit 
>>>>>>>>>>>>> https://groups.google.com/d/msgid/jenkinsci-dev/62b0c2ad-eb9e-49e1-8e62-199249015854%40googlegroups.com
>>>>>>>>>>>>>  
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/62b0c2ad-eb9e-49e1-8e62-199249015854%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>>
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Jenkins Developers" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/jenkinsci-dev/e6038ded-50f6-42e3-a8ca-2d2fb435deca%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/e6038ded-50f6-42e3-a8ca-2d2fb435deca%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/61fa2a9f-02da-4803-9300-61e035c3d693%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to