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 b438c2a commit 6d9b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pipeline {

unstash 'apidocs'
sh 'ls -lrt'
sh 'ls -lrt javadoc'
sh "ls -lrt $JAVADOC_LOCAL_PATH"
sh "cp -r $JAVADOC_LOCAL_PATH/* $JAVADOC_PATH/"
sh 'rm -rf javadoc'
sh "git status"
Expand Down

0 comments on commit 6d9b2e6

Please sign in to comment.