mattermost-community/mattermost-plugin-circleci
More than the expected nr of notifications when using parallelism.
オープン
#86 opened on 2021/10/01
Difficulty/3:HardHacktoberfestHelp WantedTech/GoUp For Grabs
Repository metrics
- Stars
- (6 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Describe the bug When running a job in parallel, you get a notification for each executor, rather than one notification for the entire job.
To reproduce
- Set up parallelism in circle.
- Configure the mattermost circleci plugin according to the documentation.
- Add
- mattermost-plugin-notify/status:to the end of the steps part of a job, as described in the orb documentation. - Run a job on Circle
- Get a notification for each executor in the parallel job
Expected behavior Get one notification that informs whether the entire job failed or succeeded.