Skip to content
Jenkins
log in
Dashboard
Dosage-Plugins
#781
Pipeline Steps
Back to Project
Status
Changes
Console Output
View as plain text
View Build Information
Git Build Data
Test Result
Coverage Report
Pipeline Graph
Pipeline Console
Embeddable Build Status
Pipeline Steps
Previous Build
Step
Arguments
Status
Start of Pipeline - (6 hr 15 min in block)
Allocate node : Start - (6 hr 15 min in block)
Allocate node : Body : Start - (6 hr 15 min in block)
Stage : Start - (41 sec in block)
Prepare environment
Prepare environment - (41 sec in block)
Change current directory : Start - (41 sec in block)
.imagebuild
Change current directory : Body : Start - (41 sec in block)
Shell Script - (0.33 sec in self)
id -u
Write file to workspace - (0.2 sec in self)
Dockerfile
Checks if running on a Unix-like node - (3 ms in self)
Set environment variables : Start - (40 sec in block)
JD_IMAGE
Set environment variables : Body : Start - (40 sec in block)
Shell Script - (40 sec in self)
docker build -t "$JD_IMAGE" .
Stage : Start - (3.5 sec in block)
Checkout
Checkout - (3.5 sec in block)
Check out from version control - (3.5 sec in self)
Checks if running on a Unix-like node - (1 ms in self)
Set environment variables : Start - (0.29 sec in block)
JD_ID, JD_TO_RUN
Set environment variables : Body : Start - (0.28 sec in block)
Shell Script - (0.28 sec in self)
docker inspect -f . "$JD_TO_RUN"
Run build steps inside a Docker container : Start - (6 hr 14 min in block)
Run build steps inside a Docker container : Body : Start - (6 hr 13 min in block)
Stage : Start - (22 sec in block)
Install lib
Install lib - (22 sec in block)
Shell Script - (22 sec in self)
pip install --user -e .[css,dev]
Stage : Start - (6 hr 13 min in block)
Run tests
Run tests - (6 hr 13 min in block)
Enforce time limit : Start - (6 hr 13 min in block)
Enforce time limit : Body : Start - (6 hr 13 min in block)
Bind credentials to variables : Start - (6 hr 13 min in block)
Bind credentials to variables : Body : Start - (6 hr 13 min in block)
Shell Script - (6 hr 13 min in self)
TESTALL=1 py.test -v --cov=dosagelib --cov-report xml --alluredir=allure-data --tb=short -n10 --junitxml=junit.xml tests/modules/check_comics.py || true
Stage : Start - (15 sec in block)
Report
Report - (15 sec in block)
Archive JUnit-formatted test results - (0.31 sec in self)
junit.xml
Publish Coverage Report - (14 sec in self)
Stage : Start - (22 sec in block)
Allure Report
Allure Report - (22 sec in block)
Copy artifacts from another project - (0.11 sec in self)
Verify if file exists in workspace - (10 ms in self)
allure-history.zip
Extract Zip file - (97 ms in self)
Shell Script - (0.28 sec in self)
rm -f allure-history.zip
Shell Script - (22 sec in self)
docker run --rm -v $PWD:/work -u $(id -u) tobix/allure-cli generate allure-data