Hi All, 
Asking for advice on this weird behavior:

I have a (declarative) pipeline that works perfectly fine and selects the 
agent like so 

pipeline {
  agent {
    node {
      label "SOME_LABEL"
    }
  }
  ...
}

If I edit the pipeline configuration to add a parameter of type Node ( 
which I'm still not using in the pipeline! )  the pipeline fails 
immediately with the following error

Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress [email protected] 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: Could not create directory '/export/homes/my_user/.ssh'.
Host key verification failed.
fatal: Could not read from remote repository.



That I think has nothing to do with git since it works perfectly fine and 
the label is still hardcoded.
Seems like the job isn't correctly dispatched or something but I can't 
figure out what's happening.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0f7c8c1c-c1a8-4495-8be5-d00b5c5997ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to