More testing
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -5,6 +5,9 @@ node {
|
|||||||
|
|
||||||
docker.withServer("ssh://rancher@192.168.1.116") {
|
docker.withServer("ssh://rancher@192.168.1.116") {
|
||||||
docker.image("node:fermium-alpine").withRun {
|
docker.image("node:fermium-alpine").withRun {
|
||||||
|
echo "potato"
|
||||||
|
sleep 10
|
||||||
|
sleep 10
|
||||||
sh "npm ci"
|
sh "npm ci"
|
||||||
stage ("Dependencies") {
|
stage ("Dependencies") {
|
||||||
echo "potato"
|
echo "potato"
|
||||||
|
|||||||
Reference in New Issue
Block a user