Skip to content

Commit

Permalink
fix: javadoc aggregate output path
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Nov 16, 2024
1 parent 4fa18b4 commit 800d3f0
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 @@ -142,7 +142,7 @@ pipeline {
ssh [email protected] rm -rf $DOCS_HOME/latest
ssh [email protected] mkdir -p $DOCS_HOME/latest
scp -rp target/site/apidocs/ [email protected]:$DOCS_HOME/latest
scp -rp target/reports/apidocs/ [email protected]:$DOCS_HOME/latest
'''
}
}
Expand Down

0 comments on commit 800d3f0

Please sign in to comment.