-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
github-organization-folder-plugin: 1.5
branch-api-plugin: 1.11.1
When using the GitHub Organization Folder, none of the builds have the CHANGE_* variables set.
I have tried both sh 'env | sort' and echo "${env.CHANGE_ID}".
I'm expecting these to be set:
- CHANGE_ID
- CHANGE_URL
- CHANGE_TITLE
- CHANGE_AUTHOR
- CHANGE_AUTHOR_DISPLAY_NAME
- CHANGE_AUTHOR_EMAIL
- CHANGE_TARGET
[JENKINS-39838] CHANGE_ variables are missing
Description |
Original:
When using the GitHub Organization Folder, none of the builds have the {{CHANGE_*}} variables set. I have tried both {{sh 'env | sort`}} and {{echo "${env.CHANGE_ID}"}}. |
New:
When using the GitHub Organization Folder, none of the builds have the {{CHANGE_*}} variables set. I have tried both {{sh 'env | sort'}} and {{echo "${env.CHANGE_ID}"}}. I'm expecting these to be set: * {{CHANGE_ID}} * {{CHANGE_URL}} * {{CHANGE_TITLE}} * {{CHANGE_AUTHOR}} * {{CHANGE_AUTHOR_DISPLAY_NAME}} * {{CHANGE_AUTHOR_EMAIL}} * {{CHANGE_TARGET}} |
Description |
Original:
When using the GitHub Organization Folder, none of the builds have the {{CHANGE_*}} variables set. I have tried both {{sh 'env | sort'}} and {{echo "${env.CHANGE_ID}"}}. I'm expecting these to be set: * {{CHANGE_ID}} * {{CHANGE_URL}} * {{CHANGE_TITLE}} * {{CHANGE_AUTHOR}} * {{CHANGE_AUTHOR_DISPLAY_NAME}} * {{CHANGE_AUTHOR_EMAIL}} * {{CHANGE_TARGET}} |
New:
When using the GitHub Organization Folder, none of the builds have the {{CHANGE_*}} variables set. I have tried both {{sh 'env | sort'}} and {{echo "$\{env.CHANGE_ID}"}}. I'm expecting these to be set: * {{CHANGE_ID}} * {{CHANGE_URL}} * {{CHANGE_TITLE}} * {{CHANGE_AUTHOR}} * {{CHANGE_AUTHOR_DISPLAY_NAME}} * {{CHANGE_AUTHOR_EMAIL}} * {{CHANGE_TARGET}} |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Component/s | New: github-branch-source-plugin [ 20858 ] |