Skip to content

Commit

Permalink
Also upload the html folder for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Apr 10, 2019
1 parent 1c19033 commit 2e3b0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -434,7 +434,7 @@ pipeline {
unstash 'usersguide'
sh "tar xJf OpenModelicaUsersGuide-${tagName()}.html.tar.xz"
sh "mv OpenModelicaUsersGuide ${tagName()}"
sshPublisher(publishers: [sshPublisherDesc(configName: 'OpenModelicaUsersGuide', transfers: [sshTransfer(sourceFiles: "OpenModelicaUsersGuide-${tagName()}*,${tagName()}")])])
sshPublisher(publishers: [sshPublisherDesc(configName: 'OpenModelicaUsersGuide', transfers: [sshTransfer(sourceFiles: "OpenModelicaUsersGuide-${tagName()}*,${tagName()}/**")])])
}
}
}
Expand Down

0 comments on commit 2e3b0ae

Please sign in to comment.