mkonzali
Results
1
comments of
mkonzali
Hi, I had the same issue, but I found a fix following the documentation [here](https://plugins.jenkins.io/gitlab-plugin/#plugin-content-scripted-pipeline-jobs). You should start gitlabBuilds just after the checkout and not before like follows ``` node()...