There is a subtle syntax error in the checkout syntax that you are using. The declaration is using two {{userRemoteConfig}} values when I believe that you want one.
Your syntax is:
{noformat} userRemoteConfigs: [ [refspec: ''], // Creates an entry with null URL, null credentials ID [credentialsId: '**', url: '****'] ] {noformat}