Skip to content

Console Output

Started by user Baily Roberts
Running as Baily Roberts
Obtained plugins/org.eclipse.osee.web/Jenkinsfile from git https://git.eclipse.org/r/osee/org.eclipse.osee
[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-6jbn1-t93xs
[Normal][osee/my-agent-pod-6jbn1-t93xs][Scheduled] Successfully assigned osee/my-agent-pod-6jbn1-t93xs to okdnode-14
[Normal][osee/my-agent-pod-6jbn1-t93xs][AddedInterface] Add eth0 [10.40.48.21/23] from openshift-sdn
[Normal][osee/my-agent-pod-6jbn1-t93xs][Pulled] Container image "timbru31/node-chrome:14-alpine" already present on machine
[Normal][osee/my-agent-pod-6jbn1-t93xs][Created] Created container node
[Normal][osee/my-agent-pod-6jbn1-t93xs][Started] Started container node
[Normal][osee/my-agent-pod-6jbn1-t93xs][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][osee/my-agent-pod-6jbn1-t93xs][Created] Created container jnlp
[Normal][osee/my-agent-pod-6jbn1-t93xs][Started] Started container jnlp
Agent my-agent-pod-6jbn1-t93xs is provisioned from template my-agent-pod-6jbn1
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.osee.svc.cluster.local/osee/job/docker_pipeline/30/"
    runUrl: "job/docker_pipeline/30/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-6jbn1-t93xs"
  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-6jbn1-t93xs"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-6jbn1-t93xs"
    - 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-6jbn1-t93xs in /home/jenkins/agent/workspace/docker_pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run node)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ node -v
v14.19.3
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS