Top-posting because I figured out the problem...I neglected one of the most 
fundamental aspects of Jenkins plugin management...always restart the 
process after installing plugins ;)

I just restarted the process and now see the pipelines in the blue ocean 
dashboard.

Thanks again for the help!

On Wednesday, June 15, 2016 at 11:20:58 AM UTC-7, Wayne Warren wrote:
>
> Howdy folks!
>
> So recently I built and installed the blueocean-plugin from the 
> https://github.com/jenkinsci/blueocean-plugin git repo. The SHA from 
> which I built the plugin is 1d5239dd00cec9f7b233a9d960b5cb72a9144320.
>
> I am using a clean install of 
> http://pkg.jenkins-ci.org/debian/binary/jenkins_2.8_all.deb with 
> authentication set up such that any user logged in through LDAP can "do 
> anything".
>
> I created one job without using a folder (someone on IRC mentioned that 
> blueocean-plugin doesn't "see" folders). The config.xml for that job is 
> here:
>
> <flow-definition plugin="[email protected]">
>   <description/>
>   <keepDependencies>false</keepDependencies>
>   <properties/>
>   <definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" 
> plugin="[email protected]">
>     <script>node { stage 'Stage 1' echo 'Hello World 1' stage 'Stage 2' 
> echo 'Hello World 2'}</script>
>     <sandbox>true</sandbox>
>   </definition>
>   <triggers/>
> </flow-definition>
>
> When I navigate to $HOST/blue/pipelines all I see below the blue bar in 
> the UI is "No pipelines found."
>
> Anyone have advice for how to figure out why my pipeline job isn't showing 
> up? Am I using the wrong job type? When I created it I selected the 
> "Pipeline" project type in the UI. Thanks in advance for whatever help you 
> can offer!
>

-- 
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/d6fb13bc-b01c-41d7-8572-c6240df3ca2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to