mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-01-07 13:23:36 +02:00
add filter
This commit is contained in:
parent
dc1c14de0f
commit
819b19b53e
@ -41,6 +41,9 @@ class GetExtensions implements Serializable {
|
||||
if (config.sourceFormat == SourceFormat.EDT) {
|
||||
sourceDirName = "$env.WORKSPACE/$EdtToDesignerFormatTransformation.EXTENSION_DIR"
|
||||
}
|
||||
else {
|
||||
sourceDirName = "$env.WORKSPACE"
|
||||
}
|
||||
extractConvertedExtensions(sourceDirName, steps)
|
||||
|
||||
config.initInfoBaseOptions.extensions.each {
|
||||
|
Loading…
Reference in New Issue
Block a user