Sha256: f03dc494937f3bd79239db981d6c96c9441f93da2bb7f48055fe32f095491428
Contents?: true
Size: 589 Bytes
Versions: 10
Compression:
Stored size: 589 Bytes
Contents
/* * Copyright (C) 2007-2018, GoodData(R) Corporation. All rights reserved. */ @Library('pipelines-shared-libs') import com.gooddata.pipeline.Pipeline def config = [ 'microservices': [ 'lcm-bricks': [ 'docker': [ 'dockerfile': './Dockerfile', 'arguments': [ 'BRICKS_VERSION': { readFile('./VERSION').trim() } ] ] ] ] ] Pipeline.get(this, config).run()
Version data entries
10 entries across 10 versions & 1 rubygems