Skip to content

Commit

Permalink
Added jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal Saini committed Nov 15, 2018
1 parent 161a4fb commit 4fa4b0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pipeline {
agent { docker { image 'node:6.3' } }
stages {
stage('build') {
steps {
sh 'npm --version'
}
}
}
}

0 comments on commit 4fa4b0c

Please sign in to comment.