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

Feature Request: Nesting Jobs in Rundeck #9057

Open
pitweval opened this issue Apr 11, 2024 · 0 comments
Open

Feature Request: Nesting Jobs in Rundeck #9057

pitweval opened this issue Apr 11, 2024 · 0 comments

Comments

@pitweval
Copy link

I need to be able to nest jobs with in Rundeck.

For example lets say I have two different nodes that I am deploying software to.

Node 1 has none of the software on it
Node 2 has some of the software on it

I created two jobs, one installs all the supporting software (sub job 1), the second only installs the primary software (sub job 2).

I want to be able to deploy sub Job 1 and sub Job 2 on node 1, and only sub Job 2 on node 2.

I've investigated using "Job Reference step" for this but it doesn't work the way I need it to, I created a parent job that wraps the two sub jobs, the parent job runs on the specified node, but the sub jobs run on every node, which is not what I want.

It would be nice if I could specify in the step to inherit the node from the parent job, which I thought Use referenced job's nodes. If the referenced job is from another project, you can use referenced job node list instead of the parent's nodes. was going to do, but it does not work.

Another option would be to let me select multiple jobs from the job list and deploy them to a node.

@pitweval pitweval changed the title Nesting Jobs in Rundeck Feature Request: Nesting Jobs in Rundeck Apr 23, 2024
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