You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//This script is intended to be run from a freestyle job as it may timeout from script console. Freestyle job -> Execute system groovy script. Imports are required.
import jenkins.*
import jenkins.model.*
import hudson.*
import hudson.model.*
def folder_name_pattern = /.*some_pattern*/ //Folder name pattern, determines which folders to scan