-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins version - 2.150.1
Kubernetes-plugin version 1.16.1
I set two clouds (kubernetes clusters) in my Jenkins:
- devEnv
- qaEnv
I created a dynamic Jenkinsfile that can be run both in qa / dev Env (depends on the user choice).
The issue is that, if the user trigger two separated jobs (one should be run in qa and the second should be run in dev ) both pods are running in the same cloud (k8s cluster).
It looks like that this issue reproduced when the pod is on running state.
Attached an example for the Jenkinsfile i'm using