We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option argstring breaks JSON when some arguments contain quotes. Please add escaping for placeholders.
Example rundek job that breaks JSON:
- defaultTab: nodes description: '' executionEnabled: true group: ZZZ loglevel: INFO name: notification-test nodeFilterEditable: true nodefilters: dispatch: excludePrecedence: true keepgoing: false rankOrder: ascending successOnEmptyNodeFilter: false threadcount: '1' filter: ZZZ nodesSelectedByDefault: true notification: onfailure: plugin: configuration: authentication: None body: | { "name": "Args:", "value": "${execution.argstring}" } contentType: application/json method: POST remoteUrl: http://SOME_SERVER timeout: '30000' type: HttpNotification notifyAvgDurationThreshold: null options: - name: returnCode required: true value: 1 - name: text value: '''value in quotes "ZZZ" ''' plugins: ExecutionLifecycle: {} scheduleEnabled: true schedules: [] sequence: commands: - exec: exit ${option.returnCode} keepgoing: false strategy: node-first
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Option argstring breaks JSON when some arguments contain quotes.
Please add escaping for placeholders.
Example rundek job that breaks JSON:
The text was updated successfully, but these errors were encountered: