Skip to content

Commit

Permalink
Fix api doc location
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Nov 5, 2024
1 parent 1e41f4b commit ad4f05c
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 @@ -22,7 +22,7 @@ pipeline {
steps {
withCredentials([sshUserPrivateKey(credentialsId: 'jenkins-im-communication', keyFileVariable: 'identity')]) {
sh './mvnw --projects klab.core.api javadoc:javadoc'
sh 'rsync --archive --progress --delete --rsh="ssh -i ${identity} -o StrictHostKeyChecking=no" klab.core.api/target/report/apidocs/ [email protected]:repos/documents.production.compose/javadocs/'
sh 'rsync --archive --progress --delete --rsh="ssh -i ${identity} -o StrictHostKeyChecking=no" klab.core.api/target/reports/apidocs/ [email protected]:repos/documents.production.compose/javadocs/'
}
withCredentials([usernamePassword(credentialsId: "${env.MINIO_CREDENTIALS}", passwordVariable: 'SECRETKEY', usernameVariable: 'ACCESSKEY')]) {
sh 'mc alias set minio $MINIO_HOST $ACCESSKEY $SECRETKEY'
Expand Down

0 comments on commit ad4f05c

Please sign in to comment.