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
libraries{
someLibrary {
projects {
Infrastructure {
id = 'My.Project.Infrastructure'
threshold = 74
}
Api {
id = 'My.Project.Api'
threshold = 72
}
Application {
id = 'My.Project.Application'
threshold = 90
}
}
}
}
it would be ideal to be able to use a regular expression in the library_config.groovy file to match all arbitrary project names and validate their contents like so:
For a pipeline configuration like the following:
it would be ideal to be able to use a regular expression in the
library_config.groovy
file to match all arbitrary project names and validate their contents like so:The text was updated successfully, but these errors were encountered: