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

Plugin deletes VM right after creation #336

Open
fluffystalker opened this issue Jan 11, 2022 · 0 comments
Open

Plugin deletes VM right after creation #336

fluffystalker opened this issue Jan 11, 2022 · 0 comments
Labels

Comments

@fluffystalker
Copy link

fluffystalker commented Jan 11, 2022

Jenkins and plugins versions report

Environment
OpenStack Cloud version 2.60
Jenkins version 

What Operating System are you using (both controller, and any agents involved in the problem)?

Debian

Reproduction steps

While adding new VM on openstack using plugin, right after process is finished, VM is being deleted.
I've tried to use pipeline with parameter scope: 'unlimited'
node {
openstackMachine cloud: 'xx', template: 'yy', scope: 'unlimited'
}

but got error java.lang.IllegalArgumentException: Invalid scope: unlimited
at jenkins.plugins.openstack.pipeline.OpenStackMachineStep.setScope(OpenStackMachineStep.java:65)

which is weird, because of this:
https://www.jenkins.io/doc/pipeline/steps/openstack-cloud/

Expected Results

plugin creates pernament instance on OpenStack

Actual Results

plugin creates instance on OpenStack which is removed right after process is finished

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant