Skip to content

Console Output

Still waiting to schedule task
All nodes of label ‘scout-rt-10-continuous’ are offline
Agent scout-rt-10-continuous-jm488-xfs01 is provisioned from template scout-rt-10-continuous-jm488
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/org.eclipse.scout.rt.branch-10.0_continuous_pipeline/52/"
    runUrl: "job/org.eclipse.scout.rt.branch-10.0_continuous_pipeline/52/"
  labels:
    jenkins: "slave"
    jenkins/label: "scout-rt-10-continuous"
  name: "scout-rt-10-continuous-jm488-xfs01"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "bsisoftware/scout-maven-chrome:latest"
    name: "maven"
    resources:
      limits:
        memory: "6144Mi"
        cpu: "2000m"
      requests:
        memory: "6144Mi"
        cpu: "1000m"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "scout-rt-10-continuous-jm488-xfs01"
    - name: "JENKINS_NAME"
      value: "scout-rt-10-continuous-jm488-xfs01"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on scout-rt-10-continuous-jm488-xfs01 in /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-10.0_continuous_pipeline