Skip to content

Commit 0ed0553

Browse files
committed
initial jenkins config
1 parent 7cd22ff commit 0ed0553

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Jenkinsfile

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

0 commit comments

Comments
 (0)