This commit is contained in:
Spencer Pincott
2022-08-11 22:09:04 -04:00
parent a7b9a1d1fc
commit 7ecb7eeca2

6
Jenkinsfile vendored
View File

@@ -4,8 +4,10 @@ node {
}
docker.withServer("ssh://rancher@192.168.1.116") {
docker.image("node:fermium-alpine").withRun("") {
docker.image("node:fermium-alpine").withRun {
sh "npm ci"
stage ("Dependencies") {
echo "potato"
sleep 10
sleep 10
sleep 10
@@ -36,7 +38,7 @@ node {
sh 'docker login -u "$DOCKERUSER" -p "$DOCKERPASS"'
}
sh "docker image push spencerpincott/sol-journal:1.${env.BUILD_NUMBER}"
}
}d
}
}