Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created May 18, 2015 18:23
Show Gist options
  • Save suryagaddipati/0a21b1a554c7f0e20156 to your computer and use it in GitHub Desktop.
Save suryagaddipati/0a21b1a554c7f0e20156 to your computer and use it in GitHub Desktop.
<% if( ! DOTCI_STAGE ) %>
run: blah
plugins:
- artifact: my.jar
- downstream:
myorg/myjob:
BRANCH: $DOTCI_BRANCH
SHA: $DOTCI_SHA
DOTCI_STAGE: package
UPSTREAM_NUMBER: $BUILD_NUMBER
<% } %>
<% if( DOTCI_STAGE== 'package' ){ %>
run: //curl artifact jaar from upstream build
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment