Sha256: 94c4ee3812351d59066e6d63148df8042fdca37f4f716f01c8eb94c0df2b7331
Contents?: true
Size: 504 Bytes
Versions: 35
Compression:
Stored size: 504 Bytes
Contents
require File.expand_path('../../lib/jenkins_pipeline_builder/spec_helper', __FILE__) describe 'Pipeline' do before :all do JenkinsPipelineBuilder.credentials = { server_ip: '127.0.0.1', server_port: 8080, username: 'username', password: 'password', log_location: '/dev/null' } end let(:generator) { JenkinsPipelineBuilder::Generator.new } it 'generates its own pipeline' do JenkinsPipelineBuilder.debug! generator.bootstrap './pipeline' end end
Version data entries
35 entries across 35 versions & 1 rubygems