Re: Jenkins Pipeline - fail a stage but continue the build

2018-02-21 Thread Cameron Jeffries
Can you please link to the syntax for the Blue Ocean metadata to use? I'm having trouble finding it. On Tuesday, January 3, 2017 at 11:15:12 AM UTC-8, Andrew Bayer wrote: > > There's no *easy* way to do this - in Declarative + Blue Ocean, we now > have this capability, but it relies on adding s

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-21 Thread Mark Waite
I continue to suspect that the problem is due to manually uploading plugins without satisfying all the dependencies. You might try installing the support-core plugin. Use it to generate a support bundle so that it can be compared with a working system. As an experiment, I installed the email-e

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-21 Thread iqbal md
Hi Mark, Thanks for replying. I am using Oracle Java 1.8. I have tried installing the email-extension template from the "Manage Plugins" section as well as installed the .hpi file. In both the cases it installed the necessary dependencies, meaning I didn't observed any difference there with r

Re: Kubernetes Plugin 1.2 Agents unable to establish connection to master, but log they can

2018-02-21 Thread brandon
I've downgraded to the 1.2 version of the plugin and gone through the debug steps listed here https://github.com/jenkinsci/kubernetes-plugin No luck. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: Jenkins motioning

2018-02-21 Thread niristotle okram
How about a hello world page as well? Is that okay On Mon, Feb 19, 2018 at 11:13 PM vikram reddy wrote: > display details the of below metrics > Pipeline capabilities usage (how many use sonar, how many use nexus, etc) > How many apps have a pipeline at all > > -- > You received this message b

Re: List of git branches using Jenkinsfile parameters

2018-02-21 Thread Stephen Connolly
On 21 February 2018 at 02:03, wrote: > I want to selectively build branches. So anything that is committed to > master is built automatically, but in order to build a specific branch a > user has to run "build with parameters" and choose the branch to build > > WHY would you want to use multibran