File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/tutorials/jenkins/parallel-robot-pipeline Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Test container image
28
28
run : |
29
29
for browser in chromium firefox; do
30
- docker run --rm -v $(pwd)/robot_output:/out -e BROWSER=$browser rf-screenshot -d /out -l none -r none -o $browser.xml -N $browser -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
30
+ docker run --rm -v $(pwd)/robot_output:/out -e BROWSER=$browser rf-screenshot -d /out -l none -r none -o $browser.xml -N $browser -v URL:https://cicd-tutorials.net/
31
31
done
32
32
- name : Store logs
33
33
if : always()
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Execute the Robot Framework suites with `docker run`:
64
64
65
65
``` sh
66
66
# Chromium
67
- docker run --rm -v $( pwd) /out:/out -e BROWSER=chromium rf-screenshot -d /out -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
67
+ docker run --rm -v $( pwd) /out:/out -e BROWSER=chromium rf-screenshot -d /out -v URL:https://cicd-tutorials.net/
68
68
69
69
# Firefox
70
- docker run --rm -v $( pwd) /out:/out -e BROWSER=firefox rf-screenshot -d /out -v URL:https://cicd-tutorials.github.io/cicd-tutorials. net/
70
+ docker run --rm -v $( pwd) /out:/out -e BROWSER=firefox rf-screenshot -d /out -v URL:https://cicd-tutorials.net/
71
71
```
Original file line number Diff line number Diff line change 1
1
site_name : CI/CD Tutorials
2
2
site_description : Tutorials on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.
3
- site_url : https://cicd-tutorials.github.io/cicd-tutorials. net/
3
+ site_url : https://cicd-tutorials.net/
4
4
repo_name : cicd-tutorials/cicd-tutorials.net
5
5
repo_url : https://github.com/cicd-tutorials/cicd-tutorials.net
6
6
copyright : CI/CD Tutorials is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:18px!important;margin-left:9px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
You can’t perform that action at this time.
0 commit comments