Skip to content

Console Output

Still waiting to schedule task
‘shellwax-master-101-ksvl1-q5qjn-9kg17’ is offline
Agent shellwax-master-101-ksvl1-q5qjn-9kg17 is provisioned from template shellwax_master_101-ksvl1-q5qjn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.shellwax.svc.cluster.local/shellwax/job/shellwax/job/master/101/"
    runUrl: "job/shellwax/job/master/101/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "0411c27723a31f36092a0c87b7b900d4c48860c6"
    jenkins/label: "shellwax_master_101-ksvl1"
  name: "shellwax-master-101-ksvl1-q5qjn-9kg17"
  namespace: "shellwax"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "docker.io/akurtakov/fedora-gtk3-mutter-java-node:f39"
    name: "container"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.shellwax.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "shellwax-master-101-ksvl1-q5qjn-9kg17"
    - name: "JENKINS_NAME"
      value: "shellwax-master-101-ksvl1-q5qjn-9kg17"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.shellwax.svc.cluster.local/shellwax/"
    image: "eclipsecbi/jenkins-jnlp-agent"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on shellwax-master-101-ksvl1-q5qjn-9kg17 in /home/jenkins/agent/workspace/shellwax_master