Started by user Maxim Nesen Running as Maxim Nesen Agent default-agent-zhctf is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-zhctf" 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.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-zhctf" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-zhctf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" 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: {} restartPolicy: "Never" 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-jersey" 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" Building remotely on default-agent-zhctf in workspace /home/jenkins/agent/workspace/create_release_pr [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-ccGXsMx3luDf/agent.57 SSH_AGENT_PID=59 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/create_release_pr@tmp/private_key_7545232979216066239.key (/home/jenkins/agent/workspace/create_release_pr@tmp/private_key_7545232979216066239.key) [ssh-agent] Using credentials jersey-bot (GitHub bot SSH) using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/create_release_pr # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/3.0.0-M2-BRANCH^{commit} # timeout=10 Checking out Revision da4a3254ca76d62a1884619c7626628aa04c58e0 (origin/3.0.0-M2-BRANCH) > git config core.sparsecheckout # timeout=10 > git checkout -f da4a3254ca76d62a1884619c7626628aa04c58e0 Commit message: "3.0.0-SNAPSHOT" First time build. Skipping changelog. Copied 1 artifact from "provide_hub_extension" build number 1 [create_release_pr] $ /bin/bash -xe /tmp/jenkins1148549335080703777.sh + tar -xzf hub-linux-amd64-2.14.2.tgz + git config --local user.email ****@eclipse.org + git config --local user.name **** + export HUB_VERBOSE=true + HUB_VERBOSE=true + hub-linux-amd64-2.14.2/bin/./hub pull-request --base 3.x --head 3.0.0-M2-BRANCH --message 'Technical merge of released branch 3.0.0-M2-BRANCH' $ git rev-parse -q --git-dir $ git symbolic-ref HEAD $ git remote -v $ git config --get-all hub.host > POST https://api.github.com/authorizations > Authorization: Basic [REDACTED] > Accept: application/vnd.github.v3+json;charset=utf-8 {"note":"hub for default@default-agent-zhctf","note_url":"https://hub.github.com/","scopes":["repo","gist"]} < HTTP 201 < Location: https://api.github.com/authorizations/432832739 < Link: ; rel="deprecation"; type="text/html" {"id":432832739,"url":"https://api.github.com/authorizations/432832739","app":{"name":"hub for default@default-agent-zhctf","url":"https://hub.github.com/","client_id":"00000000000000000000"},"token":"5a07e109b7948ec97d81351882c3b63f1a78034e","hashed_token":"109f1792d255821fa49d1c7f7ef73418d65ecd0b176123696f71eb344a5ae9b8","token_last_eight":"1a78034e","note":"hub for default@default-agent-zhctf","note_url":"https://hub.github.com/","created_at":"2020-05-26T16:42:22Z","updated_at":"2020-05-26T16:42:22Z","scopes":["repo","gist"],"fingerprint":null} > GET https://api.github.com/user > Authorization: token [REDACTED] > Accept: application/vnd.github.v3+json;charset=utf-8 < HTTP 200 < X-Oauth-Scopes: repo, gist {"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars3.githubusercontent.com/u/43731258?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,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"public_repos":0,"public_gists":0,"followers":0,"following":0,"created_at":"2018-09-30T20:19:42Z","updated_at":"2020-05-26T13:32:45Z"} $ git symbolic-ref HEAD > GET https://api.github.com/repos/eclipse-ee4j/jersey > Authorization: token [REDACTED] > Accept: application/vnd.github.v3+json;charset=utf-8 < HTTP 200 < X-Oauth-Scopes: repo, gist < X-Accepted-Oauth-Scopes: repo {"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-05-25T20:40:08Z","pushed_at":"2020-05-26T16:41:19Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":11745,"stargazers_count":398,"watchers_count":398,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":209,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":619,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":209,"open_issues":619,"watchers":398,"default_branch":"master","permissions":{"admin":false,"push":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"delete_branch_on_merge":false,"organization":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"network_count":209,"subscribers_count":49} > POST https://api.github.com/repos/eclipse-ee4j/jersey/pulls > Authorization: token [REDACTED] > Accept: application/vnd.github.shadow-cat-preview+json;charset=utf-8 {"base":"3.x","head":"eclipse-ee4j:3.0.0-M2-BRANCH","maintainer_can_modify":true,"title":"Technical merge of released branch 3.0.0-M2-BRANCH"} < HTTP 201 < X-Oauth-Scopes: repo, gist < Location: https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490 {"url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490","id":423324017,"node_id":"MDExOlB1bGxSZXF1ZXN0NDIzMzI0MDE3","html_url":"https://github.com/eclipse-ee4j/jersey/pull/4490","diff_url":"https://github.com/eclipse-ee4j/jersey/pull/4490.diff","patch_url":"https://github.com/eclipse-ee4j/jersey/pull/4490.patch","issue_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4490","number":4490,"state":"open","locked":false,"title":"Technical merge of released branch 3.0.0-M2-BRANCH","user":{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars3.githubusercontent.com/u/43731258?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},"body":null,"created_at":"2020-05-26T16:42:23Z","updated_at":"2020-05-26T16:42:23Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490/commits","review_comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490/comments","review_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/comments{/number}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4490/comments","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/da4a3254ca76d62a1884619c7626628aa04c58e0","head":{"label":"eclipse-ee4j:3.0.0-M2-BRANCH","ref":"3.0.0-M2-BRANCH","sha":"da4a3254ca76d62a1884619c7626628aa04c58e0","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"repo":{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-05-25T20:40:08Z","pushed_at":"2020-05-26T16:41:19Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":11745,"stargazers_count":398,"watchers_count":398,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":209,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":620,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":209,"open_issues":620,"watchers":398,"default_branch":"master"}},"base":{"label":"eclipse-ee4j:3.x","ref":"3.x","sha":"23cbec375a95cdfcb0f6c1aa909871d22182dd50","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"repo":{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-05-25T20:40:08Z","pushed_at":"2020-05-26T16:41:19Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":11745,"stargazers_count":398,"watchers_count":398,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":209,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":620,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":209,"open_issues":620,"watchers":398,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490"},"html":{"href":"https://github.com/eclipse-ee4j/jersey/pull/4490"},"issue":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4490"},"comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4490/comments"},"review_comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490/comments"},"review_comment":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4490/commits"},"statuses":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/da4a3254ca76d62a1884619c7626628aa04c58e0"}},"author_association":"MEMBER","merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":320,"deletions":320,"changed_files":319} https://github.com/eclipse-ee4j/jersey/pull/4490 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 59 killed; [ssh-agent] Stopped. Finished: SUCCESS