slack_notify script in shared-lib not working for some pipelines #652
-
Hello @santhosh-tg , @gandham-santhosh , In some pipelines like ArtifactUpload/Core/Assessment: , slack_notify stage is passing as expected irrespective of whether required environment variables is passed or not but in some like ArtifactUpload/Core/AdminUtils, it gives the below exception, Org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8a11b382-45fd-4cdc-a70e-2e9c05661929 We have tried the shared-lib present in the repo dicdiksha/sunbird-devops where it looks like it has been fixed with this commit but we are still facing the same error. We'll look into the same. Kindly let us know if there is any fix already available. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @vj4a We haven't faced this issue before. Even with recent Installation at OCI we didn't have this issue. It might be related to the Jenkins upgrade / plugins version but not sure though. You may want debug further to confirm. https://github.com/heungheung https://github.com/ddevadat Please add your inputs if any. |
Beta Was this translation helpful? Give feedback.
-
@vj4a is this issue resolved? |
Beta Was this translation helpful? Give feedback.
@heungheung , Thanks for the info, the typecasting was the issue. Also, in artifact upload to storage buckets, the build number is null which is to be checked further. For now, this is a workaround for the exception.