Skip to content

Commit

Permalink
trigger Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
c835722 committed Sep 23, 2016
1 parent 777ee76 commit bbce3f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env groovy​

properties([
pipelineTriggers([
[$class: "GitHubPushTrigger"]
])
])

node {
//Build
stage "environment"
Expand All @@ -9,7 +15,9 @@ node {
sh "node -v"
sh "npm -v"
echo env.PATH
echo currentBuild.result
echo env.GIT_TAG_NAME
echo env.GIT_TAG_MESSAGE
echo env.BUILD_TAG
echo currentBuild.displayName
echo currentBuild.description

Expand Down

0 comments on commit bbce3f4

Please sign in to comment.