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)?
Linux
Reproduction steps
Trigger Jenkins pipeline running on GCE cloud.
Expected Results
Pipeline creates a node (dynamic VM in GCP) and runs the stages.
Actual Results
No node is provisioned and the pipeline is stuck, waiting for node to get provisioned.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-1’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-2’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-3’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-4’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-5’ doesn’t have label ‘gx-dcc-pool’ ‘gx-dcc-pool-s66v6g’ is offline
‘gcp-vm-6’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-7’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-8’ doesn’t have label ‘gx-dcc-pool’
Anything else?
I see the below error in the Jenkins logs.
Error retrieving operation.
com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
GET https://compute.googleapis.com/compute/v1/projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582
{
"code" : 404,
"errors" : [ {
"domain" : "global",
"message" : "The resource 'projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582' was not found",
"reason" : "notFound"
} ],
"message" : "The resource 'projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582' was not found"
}
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux
Reproduction steps
Expected Results
Pipeline creates a node (dynamic VM in GCP) and runs the stages.
Actual Results
No node is provisioned and the pipeline is stuck, waiting for node to get provisioned.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-1’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-2’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-3’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-4’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-5’ doesn’t have label ‘gx-dcc-pool’
‘gx-dcc-pool-s66v6g’ is offline
‘gcp-vm-6’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-7’ doesn’t have label ‘gx-dcc-pool’
‘gcp-vm-8’ doesn’t have label ‘gx-dcc-pool’
Anything else?
I see the below error in the Jenkins logs.
Error retrieving operation.
com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
GET https://compute.googleapis.com/compute/v1/projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582
{
"code" : 404,
"errors" : [ {
"domain" : "global",
"message" : "The resource 'projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582' was not found",
"reason" : "notFound"
} ],
"message" : "The resource 'projects/gcp-systems-prj-prod-moto-6c55/zones/us-west1-a/operations/operation-1737353928494-62c1d3bc1cc70-473a6a62-4e85a582' was not found"
}
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: