Module: CiHelper
- Defined in:
- lib/ci_helper/redmine.rb,
lib/ci_helper/cli.rb,
lib/ci_helper/utils.rb,
lib/ci_helper/version.rb,
lib/ci_helper/bitbucket.rb,
lib/ci_helper/constants.rb,
lib/ci_helper/installer.rb,
lib/ci_helper/ci_procedure.rb,
lib/ci_helper/main_process.rb,
lib/ci_helper/issue_monitor.rb,
lib/ci_helper/functions/base.rb,
lib/ci_helper/functions/jenkin.rb,
lib/ci_helper/functions/redmine.rb,
lib/ci_helper/redmine_procedure.rb,
lib/ci_helper/bitbucket_procedure.rb,
lib/ci_helper/rspec_result_parser.rb,
lib/ci_helper/redmine/issue_updater.rb,
lib/ci_helper/functions/pull_request.rb,
lib/ci_helper/rspec_result_parser/parser.rb,
lib/ci_helper/bitbucket/pull_request_page.rb,
lib/ci_helper/user_command_line_interface.rb
Overview
when include this module you can set your issue updator and set the update form object.update_issue_page
Defined Under Namespace
Modules: Bitbucket, Exceptions, Functions, Redmine, RspecResultParser Classes: BitBucketProcedure, CLI, CiProcedure, Installer, IssueMonitor, MainProcess, RedmineProcedure, UserCommandLineInterface, Utils
Constant Summary collapse
- VERSION =
'2.1'- HOME =
File.(File.join(File.dirname(__FILE__), '..', '..'))
- CONFIG_FILE_NAME =
'.ci_helper_config.yml'- REPO_URL =
HOOK_DIRECTORY = File.join(HOME, ‘lib’, ‘overcommit’, ‘hook’)
'https://github.com/alan2112000/ci_helper'- BUG_REPORT_URL =
"#{REPO_URL}/issues"- WAITING_TIME =
60- HELLO_MSG =
"Hello Everybody, Congratulation You finished a issue, unfortunately you need to pass the ci and you can get a UT passed >.^ '\n"- CI_URL =
'http://ci.raamsys.co.uk/job/RAAM/'- REDMINE_DOMAIN =
'http://redmine.raamsys.co.uk/issues/'- BITBUCKET_DOMAIN =
'https://bitbucket.org'- PRIORITY =
{ '1' => 'immediately', '2' => 'urgent', '3' => 'High', '4' => 'normal', '5' => 'low'}
- DANGEROUS =
6- UTPASSED =
'8'- RESOLVED =
'3'