We have a a lot of development instances where we would like to be able to deploy release code. Is there any way to see some kind of modal window when you start a bitbucket job to pass credentials and url to the development envitonment.
Environment variables is not a good solution for that.
Hi Yury,
Currently there is no way to pass parameters to a pipelines build in the way you're describing. We have a feature request you can follow here: https://bitbucket.org/site/master/issues/13737/parameterized-builds
It'd be helpful for us if you added a comment with your specific use-case there.
Can I ask why environment variables is not suitable for your team? Environment variables can be marked as secured so they do not appear in the logs. Or are you trying to do something such as add in restrictions on who can do a deployment?
Thanks,
Phil
I have a different use case, using mono-repo will to decide which project move to deployment stage (only in case no change had been done in the other projects).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.