Update Jenkinsfile
This commit is contained in:
parent
52f6d42053
commit
988effa672
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 \"jenkins@mchv.eu\"; \
|
||||||
git config user.name \"Jenkins\" \
|
git config user.name \"Jenkins\"; \
|
||||||
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