Skip to content

Console Output

Started by user Philippe DUL
Running as Philippe DUL
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘migration-agent-gg1l0’ is offline
Agent migration-agent-gg1l0 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration"
  name: "migration-agent-gg1l0"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-gg1l0"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "migration-agent-gg1l0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      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:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on migration-agent-gg1l0 in /home/jenkins/agent/workspace/test-post
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Post comment)
[Pipeline] withCredentials
Masking supported pattern matches of $PW1
[Pipeline] {
[Pipeline] sh
+ curl https://api.github.com/repos/eclipse/capella/issues/64/comments --data '{"body":":rocket: Build is available : [Download Product](http://download.eclipse.org/capella/core/products/nightly/master-PR-64-1)"}' -u eclipse-capella-bot:**** --request POST -H 'Content-Type: application/json'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
 16  1858   10   178  100   133     27     20  0:01:03  0:00:06  0:00:57    36
100  1858  100  1725  100   133    267     20  0:00:06  0:00:06 --:--:--   439
{
  "url": "https://api.github.com/repos/eclipse/capella/issues/comments/581638345",
  "html_url": "https://github.com/eclipse/capella/pull/64#issuecomment-581638345",
  "issue_url": "https://api.github.com/repos/eclipse/capella/issues/64",
  "id": 581638345,
  "node_id": "MDEyOklzc3VlQ29tbWVudDU4MTYzODM0NQ==",
  "user": {
    "login": "eclipse-capella-bot",
    "id": 59924963,
    "node_id": "MDQ6VXNlcjU5OTI0OTYz",
    "avatar_url": "https://avatars1.githubusercontent.com/u/59924963?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/eclipse-capella-bot",
    "html_url": "https://github.com/eclipse-capella-bot",
    "followers_url": "https://api.github.com/users/eclipse-capella-bot/followers",
    "following_url": "https://api.github.com/users/eclipse-capella-bot/following{/other_user}",
    "gists_url": "https://api.github.com/users/eclipse-capella-bot/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/eclipse-capella-bot/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/eclipse-capella-bot/subscriptions",
    "organizations_url": "https://api.github.com/users/eclipse-capella-bot/orgs",
    "repos_url": "https://api.github.com/users/eclipse-capella-bot/repos",
    "events_url": "https://api.github.com/users/eclipse-capella-bot/events{/privacy}",
    "received_events_url": "https://api.github.com/users/eclipse-capella-bot/received_events",
    "type": "User",
    "site_admin": false
  },
  "created_at": "2020-02-03T21:57:22Z",
  "updated_at": "2020-02-03T21:57:22Z",
  "author_association": "NONE",
  "body": ":rocket: Build is available : [Download Product](http://download.eclipse.org/capella/core/products/nightly/master-PR-64-1)"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS