jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-47352] No indication that a FreestyleJob triggered a PipelineJob

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

Description

I am guessing that Pipeline jobs do not (or cannot) provide the capability to determine what jobs trigger them, but the FreestyleJob itself does not indicate (either on the build page or in the console output) that it triggered a PipelineJob.

Console Output looks as if nothing happened at all:

00:00:00.000 commit notification xxxxx

00:00:00.072 [EnvInject] - Loading node environment variables.
00:00:00.081 Building remotely on xxxxxx
00:00:10.452 No emails were triggered.
00:00:10.471 Started calculate disk usage of build
00:00:10.472 Finished Calculation of disk usage of build in 0 seconds
00:00:10.482 Started calculate disk usage of workspace
00:00:10.610 Finished Calculation of disk usage of workspace in 0 seconds
00:00:10.612 Notifying upstream projects of job completion
00:00:10.616 No emails were triggered.
00:00:10.616 Finished: SUCCESS

 

However, the downstream PipelineJob was correctly triggered.

See configuration:


Steps to reproduce:



  1. Create a parameterized pipeline job 

  2. Create a freestyle job that triggers the pipeline job with or without parameters.

  3. Run freestyle job

  4. Review console log.

 

---
Originally reported by akom, imported from: No indication that a FreestyleJob triggered a PipelineJob


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

Raw content of original issue

I am guessing that Pipeline jobs do not (or cannot) provide the capability to determine what jobs trigger them, but the FreestyleJob itself does not indicate (either on the build page or in the console output) that it triggered a PipelineJob.

Console Output looks as if nothing happened at all:



00:00:00.000 commit notification xxxxx

00:00:00.072 [EnvInject] - Loading node environment variables.
00:00:00.081 Building remotely on xxxxxx
00:00:10.452 No emails were triggered.
00:00:10.471 Started calculate disk usage of build
00:00:10.472 Finished Calculation of disk usage of build in 0 seconds
00:00:10.482 Started calculate disk usage of workspace
00:00:10.610 Finished Calculation of disk usage of workspace in 0 seconds
00:00:10.612 Notifying upstream projects of job completion
00:00:10.616 No emails were triggered.
00:00:10.616 Finished: SUCCESS


 

However, the downstream PipelineJob was correctly triggered.

See configuration:


Steps to reproduce:



  1. Create a parameterized pipeline job 

  2. Create a freestyle job that triggers the pipeline job with or without parameters.

  3. Run freestyle job

  4. Review console log.

 

environment

```
Jenkins 2.73

Parametrized Trigger 2.35.2
```

1 attachment

- [image-2017-10-09-06-53-11-921.png](https://issues.jenkins.io/secure/attachment/39977/image-2017-10-09-06-53-11-921.png)
> ![image-2017-10-09-06-53-11-921.png](https://issues.jenkins.io/secure/attachment/39977/image-2017-10-09-06-53-11-921.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.