Update Jenkinsfile
This commit is contained in:
parent
988effa672
commit
e1f92c7f33
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -101,8 +101,8 @@ pipeline {
|
|||||||
cd tdlight/target-release/apidocs; \
|
cd tdlight/target-release/apidocs; \
|
||||||
git init; \
|
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 config user.email \"jenkins@mchv.eu\"; \
|
git config user.email \"andrea@warp.ovh\"; \
|
||||||
git config user.name \"Jenkins\"; \
|
git config user.name \"Andrea Cavalli\"; \
|
||||||
git add -A; \
|
git add -A; \
|
||||||
git commit -m \"Update javadocs\"; \
|
git commit -m \"Update javadocs\"; \
|
||||||
git push --set-upstream origin master --force; \
|
git push --set-upstream origin master --force; \
|
||||||
|
Loading…
Reference in New Issue
Block a user