jenkinsci / jenkinsci/git-plugin
[JENKINS-14145] Promoted Builds + Parameterized Trigger fails to pass Git revision
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
When using Promoted Builds to manually promote a build and invoke Parameterized Trigger with a parameter of "Pass through Git Commit that was built", the promotion fails with the following message:
This project doesn't use Git as SCM. Can't pass the revision to downstream
The job in question most certainly uses Git for SCM. Without debugging into code, a quick bit of Googling suggests that it may already be fixed with a pull request waiting, as not all actions are getting passed.
---
Originally reported by danielmendeley, imported from: Promoted Builds + Parameterized Trigger fails to pass Git revision
Raw content of original issue
When using Promoted Builds to manually promote a build and invoke Parameterized Trigger with a parameter of "Pass through Git Commit that was built", the promotion fails with the following message:
This project doesn't use Git as SCM. Can't pass the revision to downstream
The job in question most certainly uses Git for SCM. Without debugging into code, a quick bit of Googling suggests that it may already be fixed with a pull request waiting, as not all actions are getting passed.
- environment:
Windows 7 64bit
Contributor guide
Assessment
This issue has not been assessed yet.