-
Notifications
You must be signed in to change notification settings - Fork 201
Lock when required #8
Copy link
Copy link
Closed
Labels
documentationfreestyle vs pipelineSometimes one use-case is better exposed than another; this label helps note where we need to levelSometimes one use-case is better exposed than another; this label helps note where we need to level
Milestone
Metadata
Metadata
Assignees
Labels
documentationfreestyle vs pipelineSometimes one use-case is better exposed than another; this label helps note where we need to levelSometimes one use-case is better exposed than another; this label helps note where we need to level
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be an great feature to be able to specify in the build task list when to lock / unlock resources.
Say for example I have a build that takes 30 minutes to execute, but the locked resource in only in used during 3 minutes of that build (especially at the end of the build).
It would allow for a configuration such as this:
This will allow multiple long builds to do a lot of their grunt work up until such a time where they need to await the unlock of a resource.