From 43800065897801e41ffb0934647fa73bdf6a3867 Mon Sep 17 00:00:00 2001 From: Joseph Henrich Date: Tue, 24 Jun 2014 13:26:31 -0400 Subject: [PATCH] Updated license --- LICENSE | 2 +- Rakefile | 2 +- bin/generate | 2 +- jenkins_pipeline_builder.gemspec | 6 +++--- lib/jenkins_pipeline_builder.rb | 2 +- lib/jenkins_pipeline_builder/builders.rb | 2 +- lib/jenkins_pipeline_builder/cli/base.rb | 2 +- lib/jenkins_pipeline_builder/cli/helper.rb | 2 +- lib/jenkins_pipeline_builder/cli/pipeline.rb | 2 +- lib/jenkins_pipeline_builder/cli/view.rb | 2 +- lib/jenkins_pipeline_builder/compiler.rb | 2 +- lib/jenkins_pipeline_builder/generator.rb | 2 +- lib/jenkins_pipeline_builder/job_builder.rb | 4 +--- lib/jenkins_pipeline_builder/module_registry.rb | 2 +- lib/jenkins_pipeline_builder/publishers.rb | 2 +- lib/jenkins_pipeline_builder/pull_request.rb | 2 +- lib/jenkins_pipeline_builder/triggers.rb | 2 +- lib/jenkins_pipeline_builder/utils.rb | 2 +- lib/jenkins_pipeline_builder/version.rb | 2 +- lib/jenkins_pipeline_builder/view.rb | 2 +- lib/jenkins_pipeline_builder/wrappers.rb | 2 +- lib/jenkins_pipeline_builder/xml_helper.rb | 2 +- 22 files changed, 24 insertions(+), 26 deletions(-) diff --git a/LICENSE b/LICENSE index 1b6ceb4..183e77a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 IgorShare +Copyright (c) 2014 Constant Contact Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/Rakefile b/Rakefile index 73228eb..5c27953 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bin/generate b/bin/generate index a40d2e6..daacd00 100755 --- a/bin/generate +++ b/bin/generate @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/jenkins_pipeline_builder.gemspec b/jenkins_pipeline_builder.gemspec index 66ab815..198c32c 100644 --- a/jenkins_pipeline_builder.gemspec +++ b/jenkins_pipeline_builder.gemspec @@ -6,12 +6,12 @@ require 'jenkins_pipeline_builder/version' Gem::Specification.new do |spec| spec.name = 'jenkins_pipeline_builder' spec.version = JenkinsPipelineBuilder::VERSION - spec.authors = ['Igor Moochnick'] - spec.email = %w(igor.moochnick@gmail.com) + spec.authors = ['Igor Moochnick', 'Joseph Henrich'] + spec.email = %w(igor.moochnick@gmail.com crimsonknave@gmail.com) spec.description = %q(This is a simple and easy-to-use Jenkins Pipeline generator with features focused on automating Job & Pipeline creation from the YAML files checked-in with your application source code) spec.summary = %q(This gem is will boostrap your Jenkins pipelines) - spec.homepage = 'https://github.com/IgorShare/jenkins_pipeline_builder' + spec.homepage = 'https://github.com/ConstantContact/jenkins_pipeline_builder' spec.license = 'MIT' spec.files = `git ls-files`.split($RS) diff --git a/lib/jenkins_pipeline_builder.rb b/lib/jenkins_pipeline_builder.rb index e7748a8..4d4b46f 100644 --- a/lib/jenkins_pipeline_builder.rb +++ b/lib/jenkins_pipeline_builder.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/builders.rb b/lib/jenkins_pipeline_builder/builders.rb index 6a36163..92bfe34 100644 --- a/lib/jenkins_pipeline_builder/builders.rb +++ b/lib/jenkins_pipeline_builder/builders.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/cli/base.rb b/lib/jenkins_pipeline_builder/cli/base.rb index 36e94d2..4c05fff 100644 --- a/lib/jenkins_pipeline_builder/cli/base.rb +++ b/lib/jenkins_pipeline_builder/cli/base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/cli/helper.rb b/lib/jenkins_pipeline_builder/cli/helper.rb index ac01035..3069d95 100644 --- a/lib/jenkins_pipeline_builder/cli/helper.rb +++ b/lib/jenkins_pipeline_builder/cli/helper.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/cli/pipeline.rb b/lib/jenkins_pipeline_builder/cli/pipeline.rb index 662136b..66eeb83 100644 --- a/lib/jenkins_pipeline_builder/cli/pipeline.rb +++ b/lib/jenkins_pipeline_builder/cli/pipeline.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/cli/view.rb b/lib/jenkins_pipeline_builder/cli/view.rb index bbf673f..793d839 100644 --- a/lib/jenkins_pipeline_builder/cli/view.rb +++ b/lib/jenkins_pipeline_builder/cli/view.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/compiler.rb b/lib/jenkins_pipeline_builder/compiler.rb index 45c5519..ef8ddee 100644 --- a/lib/jenkins_pipeline_builder/compiler.rb +++ b/lib/jenkins_pipeline_builder/compiler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/generator.rb b/lib/jenkins_pipeline_builder/generator.rb index 71b3d3b..d53b95d 100644 --- a/lib/jenkins_pipeline_builder/generator.rb +++ b/lib/jenkins_pipeline_builder/generator.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/job_builder.rb b/lib/jenkins_pipeline_builder/job_builder.rb index de4c417..2ceceae 100644 --- a/lib/jenkins_pipeline_builder/job_builder.rb +++ b/lib/jenkins_pipeline_builder/job_builder.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -70,8 +70,6 @@ def self.build_parameters(params, n_xml) xml.description params[:description] xml.defaultValue params[:default] if params[:type] == 'choice' - puts 'choice' - puts params xml.choices('class' => 'java.util.Arrays$ArrayList') do xml.a('class' => 'string-array') do params[:values].each do |value| diff --git a/lib/jenkins_pipeline_builder/module_registry.rb b/lib/jenkins_pipeline_builder/module_registry.rb index 609ae19..4d75c9b 100644 --- a/lib/jenkins_pipeline_builder/module_registry.rb +++ b/lib/jenkins_pipeline_builder/module_registry.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/publishers.rb b/lib/jenkins_pipeline_builder/publishers.rb index a195014..b1f970f 100644 --- a/lib/jenkins_pipeline_builder/publishers.rb +++ b/lib/jenkins_pipeline_builder/publishers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/pull_request.rb b/lib/jenkins_pipeline_builder/pull_request.rb index 9ce41d4..55f309c 100644 --- a/lib/jenkins_pipeline_builder/pull_request.rb +++ b/lib/jenkins_pipeline_builder/pull_request.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/triggers.rb b/lib/jenkins_pipeline_builder/triggers.rb index 7d01649..2e790a4 100644 --- a/lib/jenkins_pipeline_builder/triggers.rb +++ b/lib/jenkins_pipeline_builder/triggers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/utils.rb b/lib/jenkins_pipeline_builder/utils.rb index ac55739..5e0f155 100644 --- a/lib/jenkins_pipeline_builder/utils.rb +++ b/lib/jenkins_pipeline_builder/utils.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/version.rb b/lib/jenkins_pipeline_builder/version.rb index 721ec01..569cc49 100644 --- a/lib/jenkins_pipeline_builder/version.rb +++ b/lib/jenkins_pipeline_builder/version.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/view.rb b/lib/jenkins_pipeline_builder/view.rb index 5eac208..f413929 100644 --- a/lib/jenkins_pipeline_builder/view.rb +++ b/lib/jenkins_pipeline_builder/view.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/wrappers.rb b/lib/jenkins_pipeline_builder/wrappers.rb index 245446e..7b282ca 100644 --- a/lib/jenkins_pipeline_builder/wrappers.rb +++ b/lib/jenkins_pipeline_builder/wrappers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_pipeline_builder/xml_helper.rb b/lib/jenkins_pipeline_builder/xml_helper.rb index f5a480d..d7a1d2c 100644 --- a/lib/jenkins_pipeline_builder/xml_helper.rb +++ b/lib/jenkins_pipeline_builder/xml_helper.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Igor Moochnick +# Copyright (c) 2014 Constant Contact # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal