jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-34340] Don't rename job names in TRIGGERED_JOB_NAMES

Open
#670 6 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
77
Forks
174
Avg merge
22h 27m
Merged PRs (30d)
1

Description

I'm using parameterized-trigger-plugin like this :



  • job A runs on master , triggers job trigA on slave

  • trigA once finised publishes some output back to master

  • then job A goes on ...and tries to find the files published by trigA

TRIGGERED_JOB_NAMES could be helpful, but why the hell replace characters from original names ? By doing so, it's impossible to use these names to build the path to trhe triggered jobs workspace.

If you want to stick to this behaviour, would it be possible to have variables set to triggered_jobs_master_workspace for instance ?

---
Originally reported by squalou, imported from: Don't rename job names in TRIGGERED_JOB_NAMES


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

Raw content of original issue

I'm using parameterized-trigger-plugin like this :



  • job A runs on master , triggers job trigA on slave

  • trigA once finised publishes some output back to master

  • then job A goes on ...and tries to find the files published by trigA

TRIGGERED_JOB_NAMES could be helpful, but why the hell replace characters from original names ? By doing so, it's impossible to use these names to build the path to trhe triggered jobs workspace.

If you want to stick to this behaviour, would it be possible to have variables set to triggered_jobs_master_workspace for instance ?

environment

```
jenkins LTS 1.651.1, parameterized-trigger-plugin 2.30

master on redhat 6.4 server, slaves on redhat 7.2
```

1 attachment

- [screenshot-1.png](https://issues.jenkins.io/secure/attachment/41823/screenshot-1.png)
> ![screenshot-1.png](https://issues.jenkins.io/secure/attachment/41823/screenshot-1.png)

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.