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
I seem to be unable to perform a project commit for multiple jobs using the cli.
Fail for multiple jobs that are surrounded by quotes:
rd projects scm perform --project=MyProject --integration="export" --field="message='Daily sync'" --action="project-commit" \ --job="221533ab-6d50-4345-adda-1c2a5408ffae 15a8b7f4-3bc3-4783-b1b4-eebf6679269e" Action project-commit failed No jobs were selected
Pass for single job surrounded by quotes:
rd projects scm perform --project=MyProject --integration="export" --field="message='Daily sync'" --action="project-commit" \ --job="15a8b7f4-3bc3-4783-b1b4-eebf6679269e" # Action project-commit was successful. # Result: SCM export Action was Successful: project-commit
Fail for multiple jobs without quotes:
rd projects scm perform --project=MyProject --integration="export" --field="message='Daily sync'" --action="project-commit" \ --job=221533ab-6d50-4345-adda-1c2a5408ffae 15a8b7f4-3bc3-4783-b1b4-eebf6679269e Unmatched argument at index 8: '15a8b7f4-3bc3-4783-b1b4-eebf6679269e'
According to the cli/docs, I can pass in space separate job ids.
$ rd --version 2.0.0
Rundeck version 4.3.1
The text was updated successfully, but these errors were encountered:
workaround, use --job=id --job=id2 (i.e., just repeat the --job argument)
--job=id --job=id2
Sorry, something went wrong.
6240fec
Merge pull request #459 from rundeck/issue/458-rd-projects-scm-perfor…
eb419e1
…m-project-commit-issue RUN-1002: Fix #458 space separated scm scm perform options not working
No branches or pull requests
I seem to be unable to perform a project commit for multiple jobs using the cli.
Fail for multiple jobs that are surrounded by quotes:
Pass for single job surrounded by quotes:
Fail for multiple jobs without quotes:
According to the cli/docs, I can pass in space separate job ids.
Rundeck version 4.3.1
The text was updated successfully, but these errors were encountered: