Hi Roger,
It isn’t a plugin, it’s a Render Formatted Data Output filter.
Regarding the chmod: cannot access '/home/rundeck/C:ScriptsUploads/0-346393-RUNDECK01-dispatch-script.tmp.sh': No such file or directory error. It seems that you’re using Rundeck on Windows, the /bin/bash invocation string and .sh script extension don’t work, change it to powershell.exe and .ps1.
There is the Windows version:
- defaultTab: nodes description: '' executionEnabled: true id: 7e99966c-5ef6-46ad-bc7c-a2dcf2a02e11 loglevel: INFO name: HTMLExample nodeFilterEditable: false options: - name: age required: true value: '18' plugins: ExecutionLifecycle: {} scheduleEnabled: true sequence: commands: - autoSecureInput: 'false' fileExtension: .ps1 interpreterArgsQuoted: false passSecureInput: 'false' plugins: LogFilter: - config: datatype: text/html sanitizeHtml: 'true' striped: 'false' type: render-datatype script: |- echo "<strong>USER:</strong> @job.username@" echo "<strong>AGE:</strong> @option.age@" scriptInterpreter: powershell.exe keepgoing: false strategy: node-first uuid: 7e99966c-5ef6-46ad-bc7c-a2dcf2a02e11I’ve tested it on Rundeck 5.12 successfully.
Regards.