Skip to content

Instantly share code, notes, and snippets.

@l8nites
l8nites / gitlab.cfc
Last active February 15, 2019 19:28
List all gitlab projects where master branch is behind staging
component{
this.projList = {
'test' = [1]
}
remote any function allProjects(){
for (var i = 1; i<=200; i++){
var gitlabAPI = 'https://gitlab.example.com/api/v4/projects/#i#';