Skip to content

Commit 1b300d7

Browse files
committed
Added Jenkinsfile
1 parent 4a700ba commit 1b300d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ pipeline {
99
stage('Pre-Build') {
1010
steps {
1111
echo 'Executing Pre-Build Stage'
12-
sh '''node -v
13-
npm -v
12+
sh '''npm -v
1413
npm prune
1514
npm install
1615
npm install gulpjs/gulp#4.0 -g'''

0 commit comments

Comments
 (0)