We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998a172 commit 0630142Copy full SHA for 0630142
Jenkinsfile
@@ -0,0 +1,15 @@
1
+pipeline {
2
+ agent {
3
+ docker {
4
+ image 'node:6-alpine'
5
+ args '-p 3000:3000'
6
+ }
7
8
+ stages {
9
+ stage('Build') {
10
+ steps {
11
+ sh 'npm install'
12
13
14
15
+}
package.json
@@ -13,4 +13,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
16
-}
0 commit comments