You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitWriteCommandsUtilexecuteGitCommand you raise a GradleException if stderr is not empty.
Since git writes its log to stderr this is misleading/false behaviour.
We tag our release versions using nebula release. Despite everything works fine our Gitlab Runner communicates the raised exception and it's stacktrace.
Could you please fix this behaviour?
Good that you swallow the exception and the CI job succeeds nonetheless. In our case. In general it would be helpful if an exception would fail the Gradle task.
Renovate happily bumped nebula release's version and all pipelines were green until we wondered why our release pipeines were not triggered.
Cheers
Oliver
The text was updated successfully, but these errors were encountered:
In
GitWriteCommandsUtil
executeGitCommand
you raise aGradleException
if stderr is not empty.Since git writes its log to stderr this is misleading/false behaviour.
We tag our release versions using nebula release. Despite everything works fine our Gitlab Runner communicates the raised exception and it's stacktrace.
Could you please fix this behaviour?
Good that you swallow the exception and the CI job succeeds nonetheless. In our case. In general it would be helpful if an exception would fail the Gradle task.
Renovate happily bumped nebula release's version and all pipelines were green until we wondered why our release pipeines were not triggered.
Cheers
Oliver
The text was updated successfully, but these errors were encountered: