Skip to content

Commit 7aaa0cf

Browse files
ci: Update jenkins groovy file with new config (#16)
* Update jenkins groovy file with new config Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com> * Added tests folder to exclusions Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com> --------- Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 0617707 commit 7aaa0cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.jenkins/ci.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ node {
77
enable: true,
88
projectKey: "eclipse-kura_kura-wires",
99
tokenId: "sonarcloud-token-kura-wires",
10-
exclusions: "tests/**/*.java"
10+
exclusions: "tests/**/*,**/*.xml,**/*.yml",
11+
testExclusions: "**/*"
1112
],
1213
)
1314
}

0 commit comments

Comments
 (0)