How to add a new job to start at specific date(in the future) and run every day
Can anyone help me with this? New on rundeck here.
How to add a new job to start at specific date(in the future) and run every day?
e.g
Start the schedule in 2/2/2025 and everydate after this.
I cannot find how to say it to start in the specific date in the future.
API Token not authorized to enable/disable schedule on a job
I have setup a Rundeck job in project A that enables/disables schedule on a job in project B. I had this working for a month and now it’s throwing this error:
Rundeck login issues – giving invalid username and password
I am getting invalid username and password error on my Rundeck. I am using Rundeck community version 5.1.1
When I tail the logs in service.log file, this is the error info
WARN spi.PropertyFileLoginModule - Exception starting propertyUserStore /etc/rundeck/realm.properties
Customize Rundeck API Responses
I need to consult the job execution logs through the RUNDECK API. But when I receive the response I see workflow information, which is not very interesting for keeping the environment information safe. How can I remove this information from the API response?
Rundeck take output from NODE1 and run a command on itself to send data on NODE2
I have a job in Rundeck v5.2.0, that runs a PowerShell script on remote ‘NODE1’ and outputs either ‘True’ or ‘False’. I want to use “Invoke-WebRequest” to send that output to ‘NODE2’. But ‘NODE1’ doesn’t have access on ‘NODE2’. The Rundeck server does have access on ‘NODE2’ though.
How to stop RunDeck job to run on other nodes if one node is successful
I am new to RunDeck and I got a task to create a Job, which runs on 4 nodes.
The ask is to run this job on one node and if that is successful then stop the execution. If the job is failed then go to next node.
And finally if all nodes are failed then mark the JOB as failure else Success.
RUNDECK 5 org.rundeck.storage.api.StorageException: Not found
I installed the latest version of rundeck in docker. After transferring projects from the previous 3 version of rundeck, I have a problem with executing tasks on different servers.
After executing any task I get the message:
[2m2024-05-15T10:32:21,067ESC[m] ESC[1;31mm [36mnode.NodeStepPluginAdapterESC[m – Uncaught throwable executing node step.org.rundeck.storage.api.StorageException: Not found
[2m2024-05-15T10:32:21,830ESC[m] [1;31m [36mservices.ExecutionUtilServiceESC[m – Execution failed: 4726 in project LINUX-DEV: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [blockchain-dev-01: PluginFailed: Not found + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {blockchain-dev-01=[PluginFailed: Not found + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]