Skip to content

Commit

Permalink
add Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Janča committed May 30, 2019
1 parent 5804acb commit a110122
Show file tree
Hide file tree
Showing 2 changed files with 15,640 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Jenkinsfile
@@ -0,0 +1,14 @@
PipelineReact {
slackChannel = '#ci-gatsby-starter-internationalized'
buildCommand = [
master: 'npm install && npm run build',
]
baseURL = 'gatsby-starter-internationalized'
buildDir = 'public'
bucketURL = [
master: "gs://${baseURL}.ack.ee/",
]
nodeEnv = '-e NODE_PATH=./app:./config'
nodeImage = 'node:8'
excludeDir = '.git'
}

0 comments on commit a110122

Please sign in to comment.