diff --git a/changes/736.added b/changes/736.added new file mode 100755 index 00000000..f5d7038d --- /dev/null +++ b/changes/736.added @@ -0,0 +1 @@ +Add a boolean job parameter `fail_job_on_task_failure` which will determine whether a single task failure anywhere in the job-result should result in job-result status of failed vs successful. diff --git a/changes/736.fixed b/changes/736.fixed new file mode 100755 index 00000000..3e02530d --- /dev/null +++ b/changes/736.fixed @@ -0,0 +1 @@ +Fixes repo push and commit not executing if a exception was raised on any task inside a job.