Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 6, 2024
1 parent f58660f commit 61ffd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pipeline {
configFileProvider([configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) {
sh "mvn -s $GLOBAL_MVN_SETTINGS $MVN_ARGS $MVN_GOALS"
sh "ls -lrt"
sh "ls -lrt $JAVADOC_PATH"
stash includes: "$JAVADOC_PATH/**/*", name: "apidocs"
}
}
Expand Down

0 comments on commit 61ffd89

Please sign in to comment.