Start build while waiting on dependencies

Builds are shown as waiting in the queue when they are waiting for snapshot dependencies. Is there a way to show them as running while waiting for dependencies?

0
1 comment

Hi William,

First, your title and description suggest different things. Regarding the title (start a build while waiting), no, by definition, snapshot dependencies *need* to wait on their dependencies to start, so they cannot start until all of them are finished. If they don't need to start, then the snapshot dependency is not such.

If you only refer to the description (mark a build as started while it waits for its dependencies), if they are in the queue waiting for dependencies, they're marked as such. That's a different state than running, if you want to consider it the same, from scripts, you can simply have the same action to that state. If you would like to have that in the UI, it's not currently possible. You can post a request to our tracker to request it gets implemented: https://youtrack.jetbrains.com/issues/TW

But please keep in mind that, as mentioned above, they're considered different states and thus unlikely to get support for showing them as being the same.

0

Please sign in to leave a comment.