Skip to content

Console Output

Started by user Baily Roberts
Running as Baily Roberts
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
There are no nodes with the label ‘my-agent-podCreated Pod: kubernetes osee/my-agent-pod-t918c-5nhtq
[Normal][osee/my-agent-pod-t918c-5nhtq][Scheduled] Successfully assigned osee/my-agent-pod-t918c-5nhtq to okdnode-27
[Normal][osee/my-agent-pod-t918c-5nhtq][AddedInterface] Add eth0 [10.40.50.242/23] from openshift-sdn
[Normal][osee/my-agent-pod-t918c-5nhtq][Pulled] Container image "timbru31/node-chrome:14-alpine" already present on machine
[Normal][osee/my-agent-pod-t918c-5nhtq][Created] Created container node
[Normal][osee/my-agent-pod-t918c-5nhtq][Started] Started container node
[Normal][osee/my-agent-pod-t918c-5nhtq][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][osee/my-agent-pod-t918c-5nhtq][Created] Created container jnlp
[Normal][osee/my-agent-pod-t918c-5nhtq][Started] Started container jnlp
Agent my-agent-pod-t918c-5nhtq is provisioned from template my-agent-pod-t918c
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.osee.svc.cluster.local/osee/job/docker_pipeline/34/"
    runUrl: "job/docker_pipeline/34/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-t918c-5nhtq"
  namespace: "osee"
spec:
  containers:
  - command:
    - "cat"
    image: "timbru31/node-chrome:14-alpine"
    name: "node"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.osee.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "my-agent-pod-t918c-5nhtq"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-t918c-5nhtq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.osee.svc.cluster.local/osee/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on my-agent-pod-t918c-5nhtq in /home/jenkins/agent/workspace/docker_pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout git)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git init /home/jenkins/agent/workspace/docker_pipeline # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.osee.git +refs/heads/*:refs/remotes/origin/* # timeout=120
Aborted by Baily Roberts
[Pipeline] }
Aborted by Baily Roberts
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run node)
Stage "Run node" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: ABORTED