Skip to content

Commit 35102bc

Browse files
mannymanny
authored andcommitted
s2
1 parent e7ccdcb commit 35102bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
node('s1') {
12
pipeline {
23
agent {
34
docker {
@@ -11,6 +12,7 @@ pipeline {
1112
stages {
1213
stage('Build') {
1314
steps {
15+
sh 'npm -v'
1416
sh 'npm install'
1517
}
1618
}
@@ -28,3 +30,4 @@ pipeline {
2830
}
2931
}
3032
}
33+
}

0 commit comments

Comments
 (0)