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
When running rundeck-cli with:
java -Djavax.net.ssl.trustStore=jssecacerts -jar Downloads/rundeck-cli-1.0.7-all.jar run -j "<job>" --filter '<regex>' --delay 300s -p <project>
the command waits until scheduled time has expired before exiting with message:
# Waiting until scheduled execution starts...(in 299865ms)
The subcommand seems to lack a if options.isFollow() in:
rundeck-cli/src/main/java/org/rundeck/client/tool/commands/Run.java
Line 141 in 24cbde3
The text was updated successfully, but these errors were encountered:
Check the follow flag on run with delay. Fixex rundeck#76.
06e5bb8
d68a7c6
No branches or pull requests
When running rundeck-cli with:
the command waits until scheduled time has expired before exiting with message:
The subcommand seems to lack a if options.isFollow() in:
rundeck-cli/src/main/java/org/rundeck/client/tool/commands/Run.java
Line 141 in 24cbde3
The text was updated successfully, but these errors were encountered: