I don't if it's a general problem when invoking non-existing function but 
doing a fresh install from Jenkins 2.19.1 and Pipeline 
<https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin> 2.4 (
Pipeline: SCM Step 
<https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+SCM+Step+Plugin> 2.2), 
but not Git Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin>.


When invoking this Pipeline script:
stage('Checkout') {
  git credentialsId: 'GIT_SSH_KEY', url: 
'ssh://g...@stash.xxx.com/project/repository.git'
}
There's absolutely no output and no error.


Installing Git plugin 3.0.0 makes the Pipeline script works like a charm 
but I was expecting error if "step command" isn't available. Is it a bug or 
I'm missing something ?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1bc7d29a-5cd5-4ad2-962d-0d35d2d559f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to