Step | Arguments | Status | |
---|---|---|---|
Start of Pipeline - (3.1 sec in block) | |||
library - (1.1 sec in self) | psikon-jenkins-aptly@master | ||
node - (1.7 sec in block) | |||
node block - (1.7 sec in block) | |||
stage - (0.14 sec in block) | Declarative: Checkout SCM | ||
stage block (Declarative: Checkout SCM) - (0.1 sec in block) | |||
checkout - (76 ms in self) | |||
withEnv - (1.5 sec in block) | GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | ||
withEnv block - (1.5 sec in block) | |||
stage - (1.4 sec in block) | Publish | ||
stage block (Publish) - (1.4 sec in block) | |||
script - (1.4 sec in block) | |||
script block - (1.3 sec in block) | |||
echo - (11 ms in self) | |||
step - (31 ms in self) | |||
findFiles - (23 ms in self) | target/artifacts/*.deb | ||
echo - (0.14 sec in self) | Publishing debian file: target/artifacts/psistats_0.2.0-alpha-72_amd64.deb | ||
sh - (0.53 sec in self) | EXISTS=$(aptly repo list --raw | grep "psikon-testing") if [ -z "$EXISTS" ] then aptly repo create -component="testing" "psikon-testing" aptly publish repo -distribution="psikon" -component="testing" "psikon-testing" fi aptly repo add "psikon-testing" "target/artifacts/psistats_0.2.0-alpha-72_amd64.deb" aptly publish update "psikon" | ||
echo - (39 ms in self) | Publishing debian file: target/artifacts/psistats_0.2.0-alpha-72_armhf.deb | ||
sh - (0.52 sec in self) | EXISTS=$(aptly repo list --raw | grep "psikon-testing") if [ -z "$EXISTS" ] then aptly repo create -component="testing" "psikon-testing" aptly publish repo -distribution="psikon" -component="testing" "psikon-testing" fi aptly repo add "psikon-testing" "target/artifacts/psistats_0.2.0-alpha-72_armhf.deb" aptly publish update "psikon" | ||
echo - (8 ms in self) |