Rundeck 2.6.11 - пользовательский скрипт-исполняется несколько раз - PullRequest
0 голосов
/ 30 января 2019

Я изменил команды script-copy и script-exec, и теперь при выполнении моей работы команда script-exec по какой-то причине запускается 3 раза.

                    [workflow] beginExecuteNodeStep(node): NodeDispatch: com.dtolabs.rundeck.execution.ExecutionItemFactory$1@5485420a
17:01:28            [script-copy] executing: /usr/bin/scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /var/lib/rundeck/.ssh/id_rsa /var/lib/rundeck/var/tmp/dispatch19454642280980990.tmp root@node:/tmp/rundeck_script
17:01:28            Warning: Permanently added 'node' (RSA) to the list of known hosts.
17:01:28            [script-exec] executing: /var/lib/rundeck/execute_script node
17:01:28            Warning: Permanently added 'node' (RSA) to the list of known hosts.
17:03:25            Running handlers:
17:03:25            [2019-01-29T16:03:25-08:00] INFO: Running report handlers
17:03:25            Running handlers complete
17:03:25            [2019-01-29T16:03:25-08:00] INFO: Report handlers complete
17:03:25            Chef Client finished, 35/56 resources updated in 116.051040148 seconds
17:03:25            [script-exec]: result code: 0, success: true
17:03:25            [script-exec] executing: /var/lib/rundeck/execute_script node
17:03:25            Warning: Permanently added 'node' (RSA) to the list of known hosts.
17:04:55            Running handlers:
17:04:55            [2019-01-29T16:04:54-08:00] INFO: Running report handlers
17:04:55            Running handlers complete
17:04:55            [2019-01-29T16:04:54-08:00] INFO: Report handlers complete
17:04:55            Chef Client finished, 35/56 resources updated in 87.78402184 seconds
17:04:55            [script-exec]: result code: 0, success: true
17:04:55            [script-exec] executing: /var/lib/rundeck/execute_script node
17:04:55            Warning: Permanently added 'node' (RSA) to the list of known hosts.
17:06:19            Running handlers:
17:06:19            [2019-01-29T16:06:19-08:00] INFO: Running report handlers
17:06:19            Running handlers complete
17:06:19            [2019-01-29T16:06:19-08:00] INFO: Report handlers complete
17:06:19            Chef Client finished, 35/56 resources updated in 83.083668991 seconds

Это ошибка?

...