Skip to content

Console Output

Still waiting to schedule task
‘test-github-pr-triggering-b9hwg-gtkg3’ is offline
Agent test-github-pr-triggering-b9hwg-gtkg3 is provisioned from template test github pr triggering-b9hwg
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/Test%20RT%20Github%20PR%20build%20triggering/2/"
    runUrl: "job/Test%20RT%20Github%20PR%20build%20triggering/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "f28b53576c3b68f952b5c1a23f2c078bd9187a83"
    jenkins/label: "test_github_pr_triggering"
  name: "test-github-pr-triggering-b9hwg-gtkg3"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "bsisoftware/scout-maven-chrome:latest"
    imagePullPolicy: "Always"
    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: "test-github-pr-triggering-b9hwg-gtkg3"
    - name: "JENKINS_NAME"
      value: "test-github-pr-triggering-b9hwg-gtkg3"
    - 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.7"
    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 test-github-pr-triggering-b9hwg-gtkg3 in /home/jenkins/agent/workspace/Test RT Github PR build triggering