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

18 views
Skip to first unread message

itchymuzzle

unread,
Nov 28, 2017, 1:41:10 PM11/28/17
to Jenkins Users
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. 

Cliff Meyers

unread,
Nov 28, 2017, 3:36:51 PM11/28/17
to Jenkins Users List
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

--
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+unsubscribe@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.

Reply all
Reply to author
Forward
0 new messages