mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-02-04 18:50:13 +08:00
update readme,jenkins file
This commit is contained in:
parent
e9c0b96b14
commit
8b4753b9cd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -624,7 +624,7 @@ pipeline {
|
||||
-e DO_REGION="ams3" \
|
||||
-e DO_BUCKET="lsio-ci" \
|
||||
-t ghcr.io/linuxserver/ci:latest \
|
||||
python /ci/ci.py'''
|
||||
python test_build.py'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ sudo docker run --rm -i \
|
||||
-e PORT=<optional, port web application listens on internal docker port> \
|
||||
-e SSL=<optional , use ssl for the screenshot true/false> \
|
||||
-t lsiodev/ci:latest \
|
||||
python /ci/ci.py
|
||||
python test_build.py
|
||||
```
|
||||
|
||||
The following line is only in this repo for loop testing:
|
||||
|
||||
@ -52,7 +52,7 @@ full_custom_readme: |
|
||||
-e PORT=<optional, port web application listens on internal docker port> \
|
||||
-e SSL=<optional , use ssl for the screenshot true/false> \
|
||||
-t lsiodev/ci:latest \
|
||||
python /ci/ci.py
|
||||
python test_build.py
|
||||
```
|
||||
|
||||
The following line is only in this repo for loop testing:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user