brpm_module_jira 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/automations/create_release.txt +1 -14
- data/automations/delete_release.txt +1 -14
- data/automations/transition_issue.txt +1 -14
- data/automations/transition_issues_for_request.txt +1 -14
- data/automations/transition_issues_for_run.txt +1 -14
- data/automations/update_release.txt +1 -14
- data/config.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Yzk2ODIxYWNlNWMxMzJlMjM3NmM2YWFlNDQwNjNiNzUyY2I0NGY5OA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODZmN2FiZGE3YTkxYWNlODA4MjE2ODFlNmUzYTBjMmI2YTg3MTU0NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjU0NjE1NjlkOGRjNjBlZGQ1YjlhMjU2MmFhNzY1YjkwMjRhMzEzMDUxOGRj
|
10
|
+
NzI4NThhYWFkZmZhYmI2NDFkMmM5MDZkMjc5NWI3YTY2NGVlM2NhMDY5OTA2
|
11
|
+
ZmY0MWIxZWZhYTYzMzljZDQxODllNWMwNDAwZDMyOWUxZjg0Mjk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZWUxM2M2MTA0YjNlMWJhNDRkM2RlNjU1ZDY3NmQ0Nzg3ZjAzNDc4ZGE2ZmYz
|
14
|
+
OWM2Mzc1NGQxZWM2N2Y0ZmY4Njg1MzFlYmE1ZTkzYWIxMzA0NWQ1MDA5YjBj
|
15
|
+
NzcxNzAwMGEwNWIxNzhmMzVlMjVkNzkyMzM3MDMxYzAwZWQzNDE=
|
@@ -7,17 +7,4 @@
|
|
7
7
|
# required: yes
|
8
8
|
###
|
9
9
|
|
10
|
-
|
11
|
-
# [integration_id=4]
|
12
|
-
#=== End ===#
|
13
|
-
|
14
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
15
|
-
|
16
|
-
params["direct_execute"] = "true"
|
17
|
-
|
18
|
-
params["SS_integration_dns"] = SS_integration_dns
|
19
|
-
params["SS_integration_username"] = SS_integration_username
|
20
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
21
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
22
|
-
|
23
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "create_release", params)
|
10
|
+
integration_server_type: Jira
|
@@ -7,17 +7,4 @@
|
|
7
7
|
# required: yes
|
8
8
|
###
|
9
9
|
|
10
|
-
|
11
|
-
# [integration_id=4]
|
12
|
-
#=== End ===#
|
13
|
-
|
14
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
15
|
-
|
16
|
-
params["direct_execute"] = "true"
|
17
|
-
|
18
|
-
params["SS_integration_dns"] = SS_integration_dns
|
19
|
-
params["SS_integration_username"] = SS_integration_username
|
20
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
21
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
22
|
-
|
23
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "delete_release", params)
|
10
|
+
integration_server_type: Jira
|
@@ -7,17 +7,4 @@
|
|
7
7
|
# required: yes
|
8
8
|
###
|
9
9
|
|
10
|
-
|
11
|
-
# [integration_id=4]
|
12
|
-
#=== End ===#
|
13
|
-
|
14
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
15
|
-
|
16
|
-
params["direct_execute"] = "true"
|
17
|
-
|
18
|
-
params["SS_integration_dns"] = SS_integration_dns
|
19
|
-
params["SS_integration_username"] = SS_integration_username
|
20
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
21
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
22
|
-
|
23
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "transition_issues_for_request", params)
|
10
|
+
integration_server_type: Jira
|
@@ -4,17 +4,4 @@
|
|
4
4
|
# required: no
|
5
5
|
###
|
6
6
|
|
7
|
-
|
8
|
-
# [integration_id=4]
|
9
|
-
#=== End ===#
|
10
|
-
|
11
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
12
|
-
|
13
|
-
params["direct_execute"] = "true"
|
14
|
-
|
15
|
-
params["SS_integration_dns"] = SS_integration_dns
|
16
|
-
params["SS_integration_username"] = SS_integration_username
|
17
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
18
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
19
|
-
|
20
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "transition_issues_for_request", params)
|
7
|
+
integration_server_type: Jira
|
@@ -4,17 +4,4 @@
|
|
4
4
|
# required: no
|
5
5
|
###
|
6
6
|
|
7
|
-
|
8
|
-
# [integration_id=4]
|
9
|
-
#=== End ===#
|
10
|
-
|
11
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
12
|
-
|
13
|
-
params["direct_execute"] = "true"
|
14
|
-
|
15
|
-
params["SS_integration_dns"] = SS_integration_dns
|
16
|
-
params["SS_integration_username"] = SS_integration_username
|
17
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
18
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
19
|
-
|
20
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "transition_issues_for_run", params)
|
7
|
+
integration_server_type: Jira
|
@@ -10,17 +10,4 @@
|
|
10
10
|
# required: yes
|
11
11
|
###
|
12
12
|
|
13
|
-
|
14
|
-
# [integration_id=4]
|
15
|
-
#=== End ===#
|
16
|
-
|
17
|
-
params["direct_execute"] = "true"
|
18
|
-
|
19
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
20
|
-
|
21
|
-
params["SS_integration_dns"] = SS_integration_dns
|
22
|
-
params["SS_integration_username"] = SS_integration_username
|
23
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
24
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
25
|
-
|
26
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_jira", "update_release", params)
|
13
|
+
integration_server_type: Jira
|
data/config.yml
CHANGED