Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-build] 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