从远程调用JNLP4-connect连接

时间:2019-05-26 16:06:24

标签: jenkins jenkins-pipeline jenkins-groovy

 +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: "*/" 
  }

0 个答案:

没有答案