Debug sleeps

This commit is contained in:
Spencer Pincott
2022-08-11 22:02:05 -04:00
parent 8c18b2d74d
commit a7b9a1d1fc

3
Jenkinsfile vendored
View File

@@ -6,6 +6,9 @@ node {
docker.withServer("ssh://rancher@192.168.1.116") {
docker.image("node:fermium-alpine").withRun("") {
stage ("Dependencies") {
sleep 10
sleep 10
sleep 10
sh "npm ci"
}