You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Jenkins and plugins versions report
Environment
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
The text was updated successfully, but these errors were encountered: