jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-38499] Not possible to trigger from jenkins pipeline
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
I would like to use this plugin from a jenkins pipeline to easily trigger a build on the same node, something like
step([$class: 'TriggerBuilder', projects: 'windows_reboot', current: true, parameters: 'cleanup_windows_workspace=$WORKSPACE'])
Looks this plugin doesn't have support yet to be used from a jenkins pipeline (as far as I could find, no documentation at least)
---
Originally reported by
jwillemsen, imported from: Not possible to trigger from jenkins pipeline
Raw content of original issue
I would like to use this plugin from a jenkins pipeline to easily trigger a build on the same node, something like
step([$class: 'TriggerBuilder', projects: 'windows_reboot', current: true, parameters: 'cleanup_windows_workspace=$WORKSPACE'])
Looks this plugin doesn't have support yet to be used from a jenkins pipeline (as far as I could find, no documentation at least)
Contributor guide
Assessment
This issue has not been assessed yet.