Closed dylankiss closed 9 years ago
+1 on this.. There is a reason why this was reverted?
What is the variable to set as Commit SHA-1 value in the meantime for Stash Notifier post-build action? Was it there in v1.3.0? I used latest v1.3.1.
Adding this one back in. Look out for the 1.4 release
I just upgraded to 1.4.1 and I am still not seeing the ${sourceCommitHash} get set.
We're on 1.4.2 and the variable is not set. What's the status of this?
This should be set and is working in 1.4.2 of the plugin. Please make sure you use; $sourceCommitHash
in the notify stash plugin.
@Cherum I have the same issue, I think #89 has the fix due to SECURITY-170
@nemccarthy FWIW this is an issue again due to SECURITY-170 and clusters that don't set hudson.model.ParametersAction.keepUndefinedParameters
or hudson.model.ParametersAction.safeParameters
I'm hoping #89 has the fix so we can use $sourceCommitHash
again 🙏
The documentation states that when using the "Notify Stash Instance" post-build step, you should use the variable
${pullRequestCommit}
as Commit SHA-1 value. However that variable has been removed in the latest release. Is there a specific reason for this, or could you just bring that variable back? It would be much appreciated.