What Operating System are you using (both controller, and any agents involved in the problem)?
Using docker jenkins agent
https://hub.docker.com/r/jenkins/jenkins
Reproduction steps
Add service principle credentials
Create a new Cloud
Configure the template
Add a label
Create an empty Jenkins job that uses this label
Start the job
Results
Expected result:
VM should start
Actual result:
Getting "InvalidTemplateDeployment" error (see that attached screen shot)
VM fails to to start due to a policy issue.
We are using a hybrid network Azure account,. the company policy does not allow public resource groups or storage account
we are running with a private endpoint with a private ip address.
The VM provisioning tries to create a public resource group called /resourceGroups/databricks-rg-
When creating a temporary exception in my company policy, and allowing to have public resource groups, this works. the VM is created properly, but i do not see that databricks-rg- was created.
obviously i can't have this exception all of the time, and i must fix this
Searching the plugin source code does not find any string called "databricks"
why is this happening ?
how can i fix this
attached:
error.png - the error i am getting
cfg1-5..png - template configuration
Version report
Jenkins and plugins versions report:
Reproduction steps
Results
Expected result:
VM should start
Actual result:
Getting "InvalidTemplateDeployment" error (see that attached screen shot) VM fails to to start due to a policy issue. We are using a hybrid network Azure account,. the company policy does not allow public resource groups or storage account
we are running with a private endpoint with a private ip address.
The VM provisioning tries to create a public resource group called /resourceGroups/databricks-rg-
When creating a temporary exception in my company policy, and allowing to have public resource groups, this works. the VM is created properly, but i do not see that databricks-rg- was created. obviously i can't have this exception all of the time, and i must fix this
Searching the plugin source code does not find any string called "databricks"
why is this happening ? how can i fix this
attached: error.png - the error i am getting cfg1-5..png - template configuration