LearnNewsExamplesServices
Frontmatter
id4067
titleReturn the correct status code in the build process
stateClosed
labels
bug
assignees[]
createdAtFeb 17, 2023, 8:57 PM
updatedAtFeb 17, 2023, 10:26 PM
githubUrlhttps://github.com/neomjs/neo/issues/4067
authordeniztoprak
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 17, 2023, 10:26 PM

Return the correct status code in the build process

Closed v8.1.0 bug
deniztoprak
deniztoprak commented on Feb 17, 2023, 8:57 PM

The build scripts return always 0 as status code. This causes a misalignment in the CI/CD process when a child process in the build scripts fails. The pipeline succeeds even if the scripts crashes for any reason. The scripts should return an accurate status code which combines the status of all executed child processes.

deniztoprak added the bug label on Feb 17, 2023, 8:57 PM
deniztoprak cross-referenced by PR #4068 on Feb 17, 2023, 9:05 PM
deniztoprak changed title from Return the right status code in the build process to Return the correct status code in the build process on Feb 17, 2023, 9:09 PM
tobiu closed this issue on Feb 17, 2023, 10:26 PM
deniztoprak cross-referenced by PR #4072 on Feb 19, 2023, 10:04 PM
tobiu referenced in commit 769c57d - "Merge pull request #4072 from deniztoprak/build_optimization on Feb 19, 2023, 10:42 PM