Hi Roger,
I have tested it on Rundeck 4.17 and still working, check this definition:
- defaultTab: nodes description: '' executionEnabled: true id: 500c8138-61a4-4d9b-affe-bef3b90f419e loglevel: INFO name: HelloWorld nodeFilterEditable: false options: - description: <img src="https://www.rundeck.com/hubfs/jobs-community-page%201.png" width="75"> name: opt1 plugins: ExecutionLifecycle: null scheduleEnabled: true sequence: commands: - exec: whoami keepgoing: false strategy: node-first uuid: 500c8138-61a4-4d9b-affe-bef3b90f419eCheck the result. Make sure to use the right path.
Greetings.
Are you accessing Rundeck with https? Ccheck your browser console, you’re loading an image over http rather than https, in Firefox that works for me but in Chrome I see this error:
Mixed Content: The page at 'https://myrundeckserver:4443/project/myproject/job/show/job-id' was loaded over HTTPS, but requested an insecure element 'http://mywebserver/myimage.jpg'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
C2 General
CYBER SECURITY WARNING: This email is from an external source - be careful of attachments and links. Please follow the Cyber Code and report suspicious emails.
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rundeck-discu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/rundeck-discuss/a83326f2-a54b-4dd3-af67-2e8dd8037ec3n%40googlegroups.com.
Heh, our browsers saving us from ourselves too much sometimes.
For keeping images on the server, I haven’t tried but maybe if you set rundeck.gui.staticUserResources.enabled to true you can? See https://docs.rundeck.com/docs/administration/configuration/gui-customization.html#rundeck-gui-staticuserresources-enabled
/chris
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/c688b03f-cb36-4e31-9afb-5769f82a2800n%40googlegroups.com.