-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
Component/s: github-organization-folder-plugin
-
None
It seems that by default the jobs created by github-organization-folder-plugin do checkout the code using HTTPS and not SSH and there is no (documented) way to tell them to use SSH instead.
This is important because SSH is the preferred way if you want to push changes back.
#!groovy stage 'build' node { checkout scm sh "cat .git/config" }