Skip to content
Success

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-bvgs2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bvgs2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-bvgs2"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-bvgs2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-bvgs2 (basic) in workspace /home/jenkins/agent/workspace/milestones
[milestones] $ /bin/sh -xe /tmp/jenkins15525612605931879532.sh
+ curl --user ****:**** -X POST -H 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/eclipse-ee4j/tyrus/milestones -d '{"title":"1.18"}'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    16    0     0  100    16      0     78 --:--:-- --:--:-- --:--:--    77
100  1585  100  1569  100    16   6483     66 --:--:-- --:--:-- --:--:--  6522
{
  "url": "https://api.github.com/repos/eclipse-ee4j/tyrus/milestones/31",
  "html_url": "https://github.com/eclipse-ee4j/tyrus/milestone/31",
  "labels_url": "https://api.github.com/repos/eclipse-ee4j/tyrus/milestones/31/labels",
  "id": 7130044,
  "node_id": "MI_kwDOBv29nM4AbMu8",
  "number": 31,
  "title": "1.18",
  "description": null,
  "creator": {
    "login": "****",
    "id": 38044315,
    "node_id": "MDQ6VXNlcjM4MDQ0MzE1",
    "avatar_url": "https://avatars.githubusercontent.com/u/38044315?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/****",
    "html_url": "https://github.com/****",
    "followers_url": "https://api.github.com/users/****/followers",
    "following_url": "https://api.github.com/users/****/following{/other_user}",
    "gists_url": "https://api.github.com/users/****/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/****/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/****/subscriptions",
    "organizations_url": "https://api.github.com/users/****/orgs",
    "repos_url": "https://api.github.com/users/****/repos",
    "events_url": "https://api.github.com/users/****/events{/privacy}",
    "received_events_url": "https://api.github.com/users/****/received_events",
    "type": "User",
    "site_admin": false
  },
  "open_issues": 0,
  "closed_issues": 0,
  "state": "open",
  "created_at": "2021-09-07T11:11:42Z",
  "updated_at": "2021-09-07T11:11:42Z",
  "due_on": null,
  "closed_at": null
}
Finished: SUCCESS