-
Job runs against a specific commit (either selected by user or auto-triggered when branch is updated) to make sure the same commit is used across all steps of the job which is important for consistency of the job. Specifying commit in each step violates OneDev's design goal.
-
Previous Value Current Value Open
Closed
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I was following this guide, and was surprised when the Push repository step pushed the commit of the build, not the current
HEAD. In hindsight this makes sense, but it would be nice to have the option to use the currentHEADor step-provided commit instead of the build commit. Currently to work around this I amgit pushing manually inside a command step.