Re: Not understanding how input parameters are supported by Blue Ocean for multi branch

2017-11-28 Thread Cliff Meyers
Hello,

Could you post a minimal Jenkinsfile that reproduces the issue, and also
clarify which screen you're initiating the run from? It could possibly be a
bug that needs fixing. It would greatly accelerate our reproducing the
issue if you can provide what I requested above.

Thanks,
Cliff

On Tue, Nov 28, 2017 at 1:41 PM, itchymuzzle  wrote:

> I have a Jenkinsfile, which includes this:
>
> parameters {
> string(name: 'Stack', defaultValue: 'DEV', description: 'For which 
> environment is this?')
> string(name: 'Version', defaultValue: '3.2.0-beta.0', description: 'What 
> is the release version?')
> }
>
> And works great, running it in the "regular" Jenkins UI.  Get a popup
> window and everything.  Even for multi branch projects/jobs.
>
> But when I use the Blue Ocean interface for the multi branch job, no popup
> window.  The default values are just used.  Am I not understanding some
> thing here?
>
> Thanks.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/c467473a-7ce7-4fbe-91c9-71dfc3c9c1ab%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAFm%3D0hd7k%2Bw_eNdnD_bR9RMSrW83V0KfaOC3GA4ZJe5OH1vVnQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Not understanding how input parameters are supported by Blue Ocean for multi branch

2017-11-28 Thread itchymuzzle
I have a Jenkinsfile, which includes this:

parameters {
string(name: 'Stack', defaultValue: 'DEV', description: 'For which 
environment is this?')
string(name: 'Version', defaultValue: '3.2.0-beta.0', description: 'What is 
the release version?')
}

And works great, running it in the "regular" Jenkins UI.  Get a popup 
window and everything.  Even for multi branch projects/jobs.  

But when I use the Blue Ocean interface for the multi branch job, no popup 
window.  The default values are just used.  Am I not understanding some 
thing here?  

Thanks. 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c467473a-7ce7-4fbe-91c9-71dfc3c9c1ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.