diff --git a/Jenkinsfile b/Jenkinsfile index 7fd42db0d..0444242c9 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -565,7 +565,13 @@ pipeline { 'daily_regression,foobar,@stages.tag@ ' + 'full_regression,foobar,@stages.tag@'], [tags: [[tag: 'Test-tag', value: 'datamover foobar']], - tag_template: 'datamover,@stages.tag@ foobar,@stages.tag@']] + tag_template: 'datamover,@stages.tag@ foobar,@stages.tag@'], + [tags: [[tag: 'Test-tag', value: 'line1'], + [tag: 'Test-tag', value: 'line2'], + [tag: 'Test-tag', value: 'line3'], + [tag: 'Test-tag', value: 'line4'],], + tag_template: 'line1,@stages.tag@ line2,@stages.tag@ ' + + 'line3,@stages.tag@ line4,@stages.tag@']] commits.each { commit -> cm = '''\ Test commit\n'''