Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
test(ci): add push trigger to Jenkinsfile (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt authored and watson committed Sep 19, 2017
1 parent b4b212a commit f0aa43c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ def tav_nodejs_versions = ['8','7','6', '5', '4', '0.10', '0.12']
def tav_envs = ['generic-pool,mysql,redis,koa-router','ioredis,pg','bluebird','knex,ws,graphql,express-graphql,elasticsearch']
def tav_jobs = [:]

properties([pipelineTriggers([githubPush()])])

node{
git url: 'https://github.com/elastic/apm-agent-nodejs.git', branch: 'master'
withEnv(["HOME=/var/lib/jenkins"
]) {
stage('Checkout'){
Expand Down

0 comments on commit f0aa43c

Please sign in to comment.