jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-37624] Provide File-Parameter in parameterized-trigger-plugin
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Our configuration:
Job a triggers job B and transfers the build URL. Job B runs on a different slave that has the ability to send mails via ant (required because the cc and to properties are located in a xml file)
After adding LDAP security anon has no rights so finally the anon user (in job B running in ant) is not able to get the console-output of the triggered job via URL.
A file parameter deployed by the plugin may help, so job A can zip the console log and send it via file-parameter to job B - which now can attach it to the mail
---
Originally reported by
zioschild, imported from: Provide File-Parameter in parameterized-trigger-plugin
Raw content of original issue
Our configuration:
Job a triggers job B and transfers the build URL. Job B runs on a different slave that has the ability to send mails via ant (required because the cc and to properties are located in a xml file)
After adding LDAP security anon has no rights so finally the anon user (in job B running in ant) is not able to get the console-output of the triggered job via URL.A file parameter deployed by the plugin may help, so job A can zip the console log and send it via file-parameter to job B - which now can attach it to the mail
environment
```
Jenkins v2.11
Plugin 2.31
```
Contributor guide
Assessment
This issue has not been assessed yet.