Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Jakarta Stable release Jenkins jobs unable to access github

Correction:   I'm not sure if the message I asked about above is actually affecting anything meaningful.   I was thinking that the Jenkins release jobs would be committing the POM.xml changes to Master and I wasn't seeing those commits.  Upon further review of the script I see that the POM.xml changes are only pushed to the created branch (ie. 1.0.10-BRANCH).    This appears to be what is being done in other components as well (such as JCA).

So the question I have now is this:  "When/where are the changes in these release-specific branches merged to master and by whom?".

Thanks

On Wed, Aug 21, 2019 at 10:47 AM Jim Krueger <jckofbyron@xxxxxxxxx> wrote:

On Wed, Aug 21, 2019 at 10:08 AM Dmitry Kornilov <dmitry.kornilov@xxxxxxxxxx> wrote:
You should file a bug in BugZilla for Eclipse Webmasters.

-- Dmitry

------ Исходное сообщение ------
От: "Jim Krueger" <jckofbyron@xxxxxxxxx>
Копия: dmitry.kornilov@xxxxxxxxxx; "Kevin Sutter" <kwsutter@xxxxxxxxx>
Отправлено: 21.08.2019 16:54:51
Тема: Jakarta Stable release Jenkins jobs unable to access github

Hi,
The Release jobs in Jenkins for the Jakarta Stable APIs are running successfully (on the surface), however the github commits and PRs to update the POM files are not running successfully.

+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 1.0.10-BRANCH
Failed to add the RSA host key for IP address '140.82.114.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
remote: 
remote: Create a pull request for '1.0.10-BRANCH' on GitHub by visiting:        
remote:      https://github.com/eclipse-ee4j/jaxr-api/pull/new/1.0.10-BRANCH        
remote: 
To github.com:eclipse-ee4j/jaxr-api.git
 * [new branch]      1.0.10-BRANCH -> 1.0.10-BRANCH
+ git push origin 1.0.10
Failed to add the RSA host key for IP address '140.82.114.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
To github.com:eclipse-ee4j/jaxr-api.git

I'm assuming some authority needs to be granted.   Thanks

Back to the top