Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Jenkins release job fix #19

Merged
merged 1 commit into from
Aug 11, 2021

Commits on Aug 11, 2021

  1. Jenkins release job fix

    This is fix for "git push" call, which failed with "git@github.com: Permission denied (publickey)." error message. It's related with some Eclipse-CI infrastructure security settings. "release.sh" script must be called within "el-build" container and this container is wrapped by "sshagent([SSH_CREDENTIALS_ID]) {".
    Opposite nesting "sshagent([SSH_CREDENTIALS_ID]) {" inside "container('el-build') {" instruction leads into error.
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e562112 View commit details
    Browse the repository at this point in the history