Using host key property
This commit is contained in:
@@ -343,7 +343,7 @@ class CommandPicker {
|
||||
String repo = properties.getGit().getOrgName() + "/" + version.projectName;
|
||||
// TODO this needs to be a property
|
||||
return "./jenkins.sh --docs-username " + properties.getAntora().getSpringDocsSshUsername() + " --docs-ssh-key-path " + properties.getAntora().getSpringDocsSshKeyPath()
|
||||
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key # --site-path "
|
||||
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key " + properties.getAntora().getSpringDocsSshHostKey() + " --site-path "
|
||||
+ project.getAbsolutePath() + "/target/antora/site --github-repository " + repo + " --dry-run";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user