diff --git a/Jenkinsfile b/Jenkinsfile index 775b559009826dbf2c49ab2295ec438a01a73fab..6d4f09e6fcbddcf2bd683e9edb1b78fa3554967f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,8 +31,11 @@ pipeline { - all features */ - upstream(upstreamProjects: ((env.BRANCH_NAME.toLowerCase() ==~ 'develop.*') || (env.BRANCH_NAME.toLowerCase() ==~ 'feature.*')) ? - 'BackupTool' + upstream( + upstreamProjects: ((env.BRANCH_NAME.toLowerCase() ==~ 'develop.*') || (env.BRANCH_NAME.toLowerCase() ==~ 'feature.*')) ? + 'BackupTool, ' + + 'asmProfiler, ' + + 'IniVersionConverter' : '', // ? part after condition if BackupTool... threshold: hudson.model.Result.SUCCESS)