Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

the hubotApprove step should really create a nested input step to ensure that the IDs always match and to make the DSL simpler and more groovy #1

Open
jstrachan opened this issue Jul 23, 2015 · 1 comment

Comments

@jstrachan
Copy link
Contributor

no idea yet how one Jenkins Step can create another one internally yet ;) But if we can figure that out it will remove some noise.

e.g. instead of this:

hubotApprove "Do you want to stage?"
input id: 'Proceed', message: "Do you want to stage?"

we could just use

hubotApprove "Do you want to stage?"
@nrayapati
Copy link

@jstrachan Recently I have released a plugin which does combine these two steps together, just in case if you still wondering about how can we create another one internally.

https://github.com/jenkinsci/hubot-steps-plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants