Skip to content

Commit 9eddbbf

Browse files
committed
Add Jenkinsfile
1 parent 1e98e03 commit 9eddbbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pipeline {
2+
agent any
3+
stages {
4+
stage('Build') {
5+
steps {
6+
sh 'npm install'
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)