Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not showing under configuration -> source management after installation #102

Open
rgupta8888 opened this issue Dec 9, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@rgupta8888
Copy link

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows

Reproduction steps

Install plugin
restart jenkins
Project -> configure -> source managment -> discord webhook must be displayed

Expected Results

Project -> configure -> source managment -> discord webhook must be displayed

Actual Results

Project -> configure -> source managment -> discord webhook is not displayed

Anything else?

No response

@rgupta8888 rgupta8888 added the bug Something isn't working label Dec 9, 2022
@Harshil-Jani
Copy link

Even I am facing same issue. Any workaround yet ?

@sachasmart
Copy link

Same here..?

@zachduda
Copy link

Also having this issue. Thought I was crazy

@sachasmart
Copy link

Not sure if this is still relevant (my comment was from a year ago so its a little foggy), but I believe I got it working in the end:

                            discordSend description: '[SUCCESS] Web Cache Invalidated (Cloudflare Purged)',
                                title: env.JOB_NAME,
                                footer: env.JOB_URL,
                                image: '',
                                result: 'SUCCESS',
                                scmWebUrl: '',
                                thumbnail: '',
                                webhookURL: 'https://discord.com/api/webhooks/...'

@zachduda
Copy link

Thank you for your help @sachasmart!

Honestly invalidating the CloudFlare and browser caches didn't even cross my mind! I tried doing that but it seems to still have the same results. It's no worry though, probably easier to add a listener that will call a cURL request to Discord :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants