Skip to content

Commit 20c46a2

Browse files
author
Geoffrey Blake
authored
Merge pull request #30 from rpgolshan/master
Jenkins: Fixed executing test scripts
2 parents ec2760c + 0635eeb commit 20c46a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ node {
5353
def scr = new File("${it}/scripts/")
5454
scr.traverse(type: FILES, filter: ~/.*\/test[^\/]*/) {
5555
try {
56-
sh it
56+
sh "${it}"
5757
}
5858
catch (exc) {
5959
fails.add(it.toString().substring(env.WORKSPACE.length()))

0 commit comments

Comments
 (0)