-
This is no longer necessary with the optional step feature OD-2429
-
Previous Value Current Value Open
Closed
| Type |
Improvement
|
| Priority |
Minor
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
This is no longer necessary with the optional step feature OD-2429
| Previous Value | Current Value |
|---|---|
Open | Closed |
| Type |
Improvement
|
| Priority |
Minor
|
| Assignee | |
| Labels |
No labels
|
I have reported an issue before about npm cache setup does not work in https://code.onedev.io/onedev/server/~issues/2404 which is now fixed.
After the npm setup, I have 2 steps:
build websiteanddeploy to netlify. You can choose for each step from the following:So in the case of failing NPM cache setup, I changed the
build websitestep toalwayswhich makes sense as the npm cache is optional. But now the stepdeploy to netlifyhas the issue.All previous steps were successfulmeans it skips deployment step when the cache steps fail.Alwayswould try to deploy even when thebuild websitestep fails.So I would like to see an option
Previous step was successfulwhich would fix this issue when an optional step fails and you have multiple steps afterwards where one depends on the result of the the previous step.