-
An Error Occurred when you want to run again failed Nodes and if Node's name filter is too long than 255 Char. See below for the full stack trace.
Thx
org.h2.jdbc.JdbcSQLException: Value too long f…
-
When `rundeck-config.properties` has `rundeck.gui.startpage=jobs` as documented in http://rundeck.org/docs/administration/gui-customization.html, the following exception is thrown:
```
org.codehaus.g…
-
did a little digging and found that
knife node list; and get the following request in the logs
2014-01-21T23:24:08Z erchef@127.0.0.1 method=GET; path=/organizations/demo/nodes; status=200; req_id…
-
Someone else requested a push-based file-copy mechanism at the [rundeck-discuss group](https://groups.google.com/forum/#!topic/rundeck-discuss/0rdusoe1MSQ):
> My existing scripts (not Rundeck) work l…
asfp updated
10 years ago
-
When using the MS Internet Explorer (other Browsers are not affected) the "Enter a shell command" caption is not visible on the nodes page command field.
This sounds like a minor issue, but I discov…
mzima updated
10 years ago
-
Apparently we have at least one invalid node where doing:
```
-
My test Job runs on multiple nodes with 20
On 1.6:
Job started manually: log shows up properly in GUI
Job started from cmdline: log shows up properly in GUI
Job started from parent job: log shows up …
-
Using the following:
rd-project -a create -p production --project.resources.url=http://example.com/nodes
The project get's created but the resource url does not get set.
-
Hi,
I'm trying chef-rundeck for the first time and I get this error.
I launch chef-rundeck with chef-rundeck -k /etc/chef/client.pem -c /etc/chef/client.rb -w https://vmchef
I have tried many differe…
-
Seems like rundeck does not behave like the shell when it comes to quotes text/spacing.
For example the following will have the same output:
echo " hi there "
echo ' hi …