We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There seems to be a bug in the latest release where the code:
step([$class: 'StashNotifier', projectKey: 'test']) }
Does not override the projectKey. It only submitts the default build key.
When looking into the code i wonder if this happens because the build pipeline that the Jenkinsfile belongs to is not of the type AbstractBuild.
The text was updated successfully, but these errors were encountered:
If forgotten ] is a typo, then your considerations can be truth. TokenMacro seems work badly with pipelines and current code.
]
Sorry, something went wrong.
Wobs, typo when pasting the code from the README in this example. Not the case in our Jenkinsfile
scaytrase
No branches or pull requests
Hi,
There seems to be a bug in the latest release where the code:
Does not override the projectKey. It only submitts the default build key.
When looking into the code i wonder if this happens because the build pipeline that the Jenkinsfile belongs to is not of the type AbstractBuild.
The text was updated successfully, but these errors were encountered: