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 Waiting for next available executor on ‘migration-agent-2fn0n’ Agent migration-agent-dcjw3 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration" name: "migration-agent-dcjw3" 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-dcjw3" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-dcjw3" - 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-dcjw3 in /home/jenkins/agent/workspace/test-post [Pipeline] { [Pipeline] stage [Pipeline] { (Post comment) [Pipeline] sh + curl https://api.github.com/repos/eclipse/capella/issues/53/comments -u cp-api:2699687c8edc2874ea7c762dd4c79ab943b51bd3 --request POST --data '{"body":"From Jenkins"}' -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 100 23 0 0 100 23 0 17 0:00:01 0:00:01 --:--:-- 17 100 1482 100 1459 100 23 884 13 0:00:01 0:00:01 --:--:-- 884 { "url": "https://api.github.com/repos/eclipse/capella/issues/comments/579975000", "html_url": "https://github.com/eclipse/capella/pull/53#issuecomment-579975000", "issue_url": "https://api.github.com/repos/eclipse/capella/issues/53", "id": 579975000, "node_id": "MDEyOklzc3VlQ29tbWVudDU3OTk3NTAwMA==", "user": { "login": "cp-api", "id": 60044471, "node_id": "MDQ6VXNlcjYwMDQ0NDcx", "avatar_url": "https://avatars1.githubusercontent.com/u/60044471?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cp-api", "html_url": "https://github.com/cp-api", "followers_url": "https://api.github.com/users/cp-api/followers", "following_url": "https://api.github.com/users/cp-api/following{/other_user}", "gists_url": "https://api.github.com/users/cp-api/gists{/gist_id}", "starred_url": "https://api.github.com/users/cp-api/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cp-api/subscriptions", "organizations_url": "https://api.github.com/users/cp-api/orgs", "repos_url": "https://api.github.com/users/cp-api/repos", "events_url": "https://api.github.com/users/cp-api/events{/privacy}", "received_events_url": "https://api.github.com/users/cp-api/received_events", "type": "User", "site_admin": false }, "created_at": "2020-01-29T21:47:01Z", "updated_at": "2020-01-29T21:47:01Z", "author_association": "NONE", "body": "From Jenkins" } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS