-
You may select the tested good nightly build, and promote it to release. Or in OneDev 7, open pipeline of the tested nightly build, and trigger release job from there. Some explanation on pipeline on Reddit:
-
I see, I did not understand job promotion well, and did not know this was it's purpose. Thanks for the help, this issue can be closed then.
-
Previous Value Current Value Open
Closed
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Currently it is possible to specify a build number when getting artifacts from project dependencies, but not for job dependencies. The use case is the following. A project is setup with a nightly build, and occasionally one of them is tested to be potentially released. For this, a person needs to :
The problem is that it is not possible to retrieve artifacts from a specific job within the same project, and several nightly builds might have been ran by the time a build is deemed ready for release. (The current workaround is to manually construct the url of the artifact from the project and build number, since the artifact consists of a single zip file)