Skip to content

Commit 090c18f

Browse files
author
R. Tyler Croy
committed
Ensure we're recording artifacts in all subdirs
1 parent b41396a commit 090c18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ node {
2121
sh "./gradlew -Si ${plugin}:check ${plugin}:gradleTest ${plugin}:assemble"
2222
}
2323
}
24-
junit 'build/test-results/**/*.xml'
25-
archiveArtifacts artifacts: 'build/libs/*.jar,build/*.zip', fingerprint: true
24+
junit '**/build/test-results/**/*.xml'
25+
archiveArtifacts artifacts: '**/build/libs/*.jar,build/*.zip', fingerprint: true
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)