Kamil Kochański

Results 1 comments of Kamil Kochański

It works for me ``` println "Configuring gitlab" def jenkins = Jenkins.getInstance() def gitLabConfig = jenkins.getDescriptor("com.dabsquared.gitlabjenkins.connection.GitLabConnectionConfig") GitLabConnection connection = new GitLabConnection('name', 'url','apiToken', false ,10, 10) boolean gitlabMissing = gitLabConfig.getConnections().findAll() {...