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
When I open Jenkins (localhost:8080) through docker-compose up -d --build and run pipeline , I got this error.
How can I fix the issue?
Attach the log file
+ minikube delete
! "minikube" profile does not exist, trying anyways.
* Removed all traces of the "minikube" cluster.
* Deleting container "minikube" ...
[Pipeline] sh
+ minikube start --force --memory=6000 --cpus=4 --wait-timeout=10m
* minikube v1.35.0 on Debian 12.8 (docker/amd64)
! minikube skips various validations when --force is supplied; this may lead to unexpected behavior
* Automatically selected the docker driver. Other choices: none, ssh
* The "docker" driver should not be used with root privileges. If you wish to continue as root, use --force.
* If you are running minikube within a VM, consider using --driver=none:
* https://minikube.sigs.k8s.io/docs/reference/drivers/none/
* Using Docker driver with root privileges
! For an improved experience it's recommended to use Docker Engine instead of Docker Desktop.
Docker Engine installation instructions: https://docs.docker.com/engine/install/#server
* Starting "minikube" primary control-plane node in "minikube" cluster
* Pulling base image v0.0.46 ...
* Downloading Kubernetes v1.32.0 preload ...
* Creating docker container (CPUs=4, Memory=6000MB) ...
* Stopping node "minikube" ...
* Powering off "minikube" via SSH ...
* Deleting "minikube" in docker ...
! StartHost failed, but will try again: creating host: create host timed out in 600.000000 seconds
* Creating docker container (CPUs=4, Memory=6000MB) ...
* Failed to start docker container. Running "minikube delete" may fix it: creating host: create host timed out in 600.000000 seconds
X Exiting due to DRV_CREATE_TIMEOUT: Failed to start host: creating host: create host timed out in 600.000000 seconds
* Suggestion: Try 'minikube delete', and disable any conflicting VPN or firewall software
* Related issue: https://github.com/kubernetes/minikube/issues/7072
Operating System
Windows
Driver
Docker
The text was updated successfully, but these errors were encountered:
What Happened?
I tried to implement an example of Spring Boot with Jenkins running on Docker.
I used Jenkins as CI/CD process
Here is the groovy file of Jenkins to create pipeline
Here is the plugin.txt
workflow-aggregator
git
job-dsl
ws-cleanup
docker-plugin
docker-workflow
docker-commons
Here is the Dockerfile
Here is the docker-compose.yml
Here is the Jenkinsfile
When I open Jenkins (localhost:8080) through
docker-compose up -d --build
and run pipeline , I got this error.How can I fix the issue?
Attach the log file
Operating System
Windows
Driver
Docker
The text was updated successfully, but these errors were encountered: