in Education by
Upgraded Jenkins to 2.332.1 and a few plugins to try to stay up to date. Now getting the following error: Failed to connect to repository : Command “/usr/bin/git ls-remote -h git-repo-link HEAD” returned status code 128: stdout: stderr: ssh_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I have no problem cloning the repo from command line. I have tried deleting the workspace, downgrading a few of the plugins, adding the Wipe out repository & force clone in Additional Behaviors under Source Code Management, and a few others. I can connect to my repo without problem from command line by cloning and/or running ssh -T git@repo-url Credentials Plugin v2.6.1 Git Plugin v4.11.0 Git Client Plugin v3.11.0 GIT Server Plugin v1.10 Any help besides working through hours of manually downgrades is greatly appreciated JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Instead of GIT_SSH_COMMAND, you can make a simple job or pipeline, without any SCM component (nothing to clone), with a single step sh "ssh -Tv git@repoServer" That way, you can check which user and keys are used by Jenkins, and see if anything has changed.

Related questions

0 votes
    I'm new to Python and I want to install some packages with pip. But pip install unroll gives me: Command " ... How to solve this? Select the correct answer from above options...
asked Jan 25, 2022 in Education by JackTerrance
0 votes
    Jenkins builds the source code ___________. (1)In it's own workspace (2)In the SCM repository...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    Which of the below is a source code management tool? (a) Jenkins (b) Maven (c) Git (d) Hudson I ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the below is a source code management tool? (a) Jenkins (b) Maven (c) Git (d) Hudson ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am ... to resolve this issue. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Facing issue in session with the upgrade of my application to Spring 4.1.9 and Hibernate 4.3.11.. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    I'm trying to install MySQL for Visual Studio 1.2.8 and Connector/NET 8.0.13 via MySQL Installer ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    I have a project that was build in Xcode9. Now I am updating it to Xcode10. I am using ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    $fields['password'] = "Password"; $fields['confirm_password'] = "Confirm Password"; $fields['customer_number' ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
0 votes
    You have few report created in older versions of Web Intelligence 3.1 and want to upgrade to 4.x, which tool you should use?...
asked Mar 13, 2021 in Technology by JackTerrance
0 votes
    I've been experimenting with cronjobs recently and have it setup like so: crontab: SHELL=/bin/sh MAILTO= ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    How code coverage is measured/tracked using Jenkins in a CI environment?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    How code coverage is measured/tracked using Jenkins in a CI environment?...
asked Jul 17, 2021 in Technology by JackTerrance
0 votes
    I'm looking for a general solution for upgrading database schema with ORM tools, like JPOX or Hibernate. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 26, 2022 in Education by JackTerrance
...