More testing

This commit is contained in:
Spencer Pincott
2022-08-11 22:10:34 -04:00
parent 7ecb7eeca2
commit 2bdbdc21b3

3
Jenkinsfile vendored
View File

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