Skip to content

Feature/dev 2 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add jenkins job
  • Loading branch information
devopsworksio committed Sep 29, 2017
commit 355e2d6a0460350847723785c189acd54e685cf3
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
node() {

checkout scm

def somename
somename = load 'loaded.groovy'

Expand Down