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
I proceeded to import it with the following command:
jx import
The pipeline starts to run and hangs here:
Showing logs for build example/TestWebDeployment/master #1 stage from-build-pack and container step-build-mvn-deploy
Picked up _JAVA_OPTIONS:
[INFO] Scanning for projects...
[INFO]
[INFO] --------------< com.example.TestWebDeployment >--------------
[INFO] Building TestWebDeployment 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
After about an hour or so i get the following:
Showing logs for build example/TestWebDeployment/master #1 stage from-build-pack and container step-build-skaffold-version
error: failed to obtain the logs for build example/TestWebDeployment/master #1 and stage from-build-pack: couldn't fetch logs into the logs channel: there was an error creating the logs stream for pod example-TestWebDeployment-8mht8-1-from-build-pack-f6gpv-pod-818e20: container "step-build-skaffold-version" in pod "example-TestWebDeployment-8mht8-1-from-build-pack-f6gpv-pod-818e20" is terminated
ERROR: there was an error creating the logs stream for pod example-TestWebDeployment-8mht8-1-from-build-pack-f6gpv-pod-818e20: container "step-build-skaffold-version" in pod "example-TestWebDeployment-8mht8-1-from-build-pack-f6gpv-pod-818e20" is terminated
I check kubectl get pods, and the pod is gone. No error status nothing, just gone from the list.
My versions:
NAME VERSION
jx 2.0.1261
jenkins x platform 2.0.2112
Kubernetes cluster v1.15.11+IKS
kubectl v1.15.5
helm client 2.16.5
git 2.24.1 (Apple Git-126)
Operating System Mac OS X 10.15.4 build 19E266
I am running my cluster on IBM's cloud.
The text was updated successfully, but these errors were encountered:
I created a new spring boot web project with the following pom:
I proceeded to import it with the following command:
jx import
The pipeline starts to run and hangs here:
After about an hour or so i get the following:
I check kubectl get pods, and the pod is gone. No error status nothing, just gone from the list.
My versions:
I am running my cluster on IBM's cloud.
The text was updated successfully, but these errors were encountered: