jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-37624] Provide File-Parameter in parameterized-trigger-plugin

Open
#688 0 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: huybrechts
  • status: Open
  • priority: Minor
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.