Should have been using inside all along

This commit is contained in:
Spencer Pincott
2022-08-11 22:16:55 -04:00
parent bf0ea83aef
commit fd9e6b17ce

8
Jenkinsfile vendored
View File

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