Skip to content
New issue

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

Should rd run <job> follow output without --follow flag? #76

Closed
njetten opened this issue Mar 21, 2017 · 0 comments
Closed

Should rd run <job> follow output without --follow flag? #76

njetten opened this issue Mar 21, 2017 · 0 comments

Comments

@njetten
Copy link

njetten commented Mar 21, 2017

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:

out.info(String.format("Waiting until scheduled execution starts...(in %dms)", diff));
, unless this is by design

rswarts added a commit to rswarts/rundeck-cli that referenced this issue Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant