From c2bc1692be7e678b424e0ca80f1b5a5a09aeff31 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Fri, 21 Jul 2017 23:26:20 -0400 Subject: [PATCH] jjb: Update paths in lttng-scope job All plugins have been moved to the top-level, the "releng/" part is no longer needed. Signed-off-by: Alexandre Montplaisir --- jobs/lttng-scope.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-scope.yml b/jobs/lttng-scope.yml index 823ab41..0493aa6 100644 --- a/jobs/lttng-scope.yml +++ b/jobs/lttng-scope.yml @@ -83,7 +83,7 @@ publishers: - archive: - artifacts: 'releng/org.lttng.scope.rcp.product/target/repository/**,releng/org.lttng.scope.rcp.product/target/products/*' + artifacts: 'org.lttng.scope.rcp.product/target/repository/**,org.lttng.scope.rcp.product/target/products/*' allow-empty: false only-if-success: true - junit: @@ -151,7 +151,7 @@ publishers: - archive: - artifacts: 'releng/org.lttng.scope.rcp.product/target/repository/**,releng/org.lttng.scope.rcp.product/target/products/*' + artifacts: 'org.lttng.scope.rcp.product/target/repository/**,org.lttng.scope.rcp.product/target/products/*' allow-empty: false only-if-success: true - junit: @@ -214,7 +214,7 @@ publishers: - archive: - artifacts: 'releng/org.lttng.scope.rcp.product/target/repository/**,releng/org.lttng.scope.rcp.product/target/products/*' + artifacts: 'org.lttng.scope.rcp.product/target/repository/**,org.lttng.scope.rcp.product/target/products/*' allow-empty: false only-if-success: true - junit: -- 2.34.1