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

Add --trace option #22

Merged
merged 2 commits into from
Oct 29, 2014
Merged

Add --trace option #22

merged 2 commits into from
Oct 29, 2014

Conversation

scottanderson
Copy link

No description provided.

In particular, this is useful with the SSH agent plugin
@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

rsandell added a commit that referenced this pull request Oct 29, 2014
@rsandell rsandell merged commit 0721def into jenkinsci:master Oct 29, 2014
@devcharted
Copy link

devcharted commented Apr 6, 2017

I have this problem from: https://issues.jenkins-ci.org/browse/JENKINS-23262
when using pipeline

Pipeline:

stage("Checkout") {
    sshagent (credentials: ['credentials-id-']) {
        checkout changelog: false, poll: false, scm: [$class: 'RepoScm', destinationDir: "demo", manifestBranch: "master", manifestRepositoryUrl: "[email protected]:project/repo.git"]
    }
}

Console output:

09:08:13 [demo] $ repo init -u [email protected]:project/repo.git -b master
09:08:13 gpg: keybox '/home/jenkins/.repoconfig/gnupg/pubring.kbx' created
09:08:13 gpg: /home/jenkins/.repoconfig/gnupg/trustdb.gpg: trustdb created
09:08:13 gpg: key 16530D5E920F5C65: public key "Repo Maintainer <[email protected]>" imported
09:08:14 gpg: key 67B7E448692B382C: public key "Conley Owens <[email protected]>" imported
09:08:14 gpg: Total number processed: 2
09:08:14 gpg:               imported: 2
09:08:14 
09:08:15 Get https://gerrit.googlesource.com/git-repo/clone.bundle
09:08:15 Get https://gerrit.googlesource.com/git-repo
09:08:16 From https://gerrit.googlesource.com/git-repo
09:08:16    04071c1..ffb4b89  master     -> origin/master
09:08:17 Get [email protected]:project/repo.gi
09:08:17 Warning: Permanently added 'git.domain.com,172.16.0.136' (ECDSA) to the list of known hosts.
09:08:17 Permission denied (publickey).
09:08:18 Permission denied (publickey).

Version info:
Jenkins: 2.32.3
Repo Plugin: 1.10.7
SSH Agent Plugin: 1.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants