Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PengTian0 committed Aug 8, 2017
1 parent 95f5a24 commit 910b4de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/pr_gate/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@Library('my_library') _
def lib = library("my_library@$BRANCH_NAME")
node{
timestamps{
def manifest = new pipeline.common.Manifest()
def unit_test = new pipeline.rackhd.source_code.UnitTest()
def manifest = new lib.pipeline.common.Manifest()
def unit_test = new lib.pipeline.rackhd.source_code.UnitTest()

manifest.downloadManifest("https://dl.bintray.com/rackhd/binary/master-20170806","master-20170806")
stash name: "prgate_manifest", includes: "master-20170806"
Expand Down

0 comments on commit 910b4de

Please sign in to comment.