Sha256: e0ad32954cf898a573758ecbe8a6acd0df2e29c42c4da85bc09b5c7d3fb9471a

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

dockerComposePipeline(
    commands: [
        'bundle exec rake coverage',
        'bundle exec rake rubocop',
        'bundle exec rake bundle:audit',
        'bundle exec rake gem'
    ],
    artifacts: [
        junit: 'artifacts/rspec/**/*.xml',
        html : [
            'Code Coverage': 'artifacts/rcov',
            'RuboCop'      : 'artifacts/rubocop'
        ],
        raw  : ['artifacts/**/*.gem']
    ]
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkeley_library-av-core-0.4.0 Jenkinsfile