Skip to content
Snippets Groups Projects
Commit 476edd41 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fix doxygen upload url.

parent 39482e21
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ pipeline {
sshagent(credentials: ['www-data_jenkins']) {
sh 'rsync -a --delete --stats -e "ssh -o UserKnownHostsFile=' +
'known_hosts" build/docs/. ' +
'www-data@jenkins:/var/www/doxygen.opengeosys.org'
'www-data@jenkins.opengeosys.org:/var/www/doxygen.opengeosys.org'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment