+refs/heads/:refs/remotes/origin/" returned status code 128:
stdout:
stderr: fatal: unable to access '
https://github.com/*****/jenkins-test.git/
': Could not resolve host: github.com
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.244.0.51/10.244.0.51:58278
) {
node('test-pod') {
stage ('Checkout Code') {
git branch: 'master',
credentialsId: '********************************',
url: 'http://#############' sh "ls -lat" stash name: "first-stash",
includes: "*/"
}