Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-30 11:41:38 +01:00
parent 0a53d57567
commit aeeda3427e

1
Jenkinsfile vendored
View File

@ -99,6 +99,7 @@ pipeline {
steps { steps {
sh "\ sh "\
cd tdlight/target-release/apidocs; \ cd tdlight/target-release/apidocs; \
git init; \
git remote add origin https://git.ignuranza.net/tdlight-team/tdlight-docs; \ git remote add origin https://git.ignuranza.net/tdlight-team/tdlight-docs; \
git add -A; \ git add -A; \
git commit -m \"Update javadocs\"; \ git commit -m \"Update javadocs\"; \