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
Currently you add a jf command as a step like this:
jf "release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0"
When looking at this step in Jenkins BlueOcean it looks like this:
release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0 — jf command
The request is to add the ability to provide a label to the step in the same way we do for sh or bat
Add the ability to write the command above like this:
jf label: 'Delete the release bundle', script: "release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0"
resulting in the step looking like this:
release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0 — Delete the release bundle
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently you add a jf command as a step like this:
jf "release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0"
When looking at this step in Jenkins BlueOcean it looks like this:
release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0 — jf command
The request is to add the ability to provide a label to the step in the same way we do for sh or bat
Describe the solution you'd like to see
Add the ability to write the command above like this:
resulting in the step looking like this:
release-bundle-delete-local --project proj --server-id artifactory --quiet some-bundle 1.0.0 — Delete the release bundle
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: