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 [email protected].
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 via email to