Skip to content

Commit 3afe1ae

Browse files
committed
Add initial Jenkinsfile
1 parent 4fcbdcc commit 3afe1ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Jenkinsfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
pipeline {
4+
agent any
5+
stages {
6+
stage('Build') {
7+
steps {
8+
sh 'npm install'
9+
}
10+
}
11+
}
12+
}
13+

0 commit comments

Comments
 (0)