Skip to content

Commit 62076b0

Browse files
committed
sql script fix
1 parent 44232d3 commit 62076b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

scripts/sql/177_jenkins_integration.up.sql renamed to scripts/sql/179_jenkins_integration.up.sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ VALUES (nextval('id_seq_plugin_step_variable'), (SELECT ps.id FROM plugin_metada
3030

3131
INSERT INTO "plugin_step_variable" ("id", "plugin_step_id", "name", "format", "description", "is_exposed", "allow_empty_value","variable_type", "value_type", "variable_step_index", "deleted", "created_on", "created_by", "updated_on", "updated_by")
3232
VALUES (nextval('id_seq_plugin_step_variable'), (SELECT ps.id FROM plugin_metadata p inner JOIN plugin_step ps on ps.plugin_id=p.id WHERE p.name='Jenkins' and ps."index"=1 and ps.deleted=false), 'JOB_TRIGGER_PARAMS','STRING',
33-
'Jenkins job parameters (optional).
34-
Provide in format:-
35-
{"key1":"val1/variable"}.
36-
Available variables:-
37-
GIT_MATERIAL_REPO,
38-
GIT_MATERIAL_CHECKOUT_PATH,
39-
GIT_MATERIAL_BRANCH,
40-
GIT_MATERIAL_COMMIT_HASH',true,true,'INPUT','NEW',1 ,'f','now()', 1, 'now()', 1);
33+
'Jenkins job parameters (optional).
34+
Provide in format:-
35+
{"key1":"val1/variable"}.
36+
Available variables:-
37+
GIT_MATERIAL_REPO,
38+
GIT_MATERIAL_CHECKOUT_PATH,
39+
GIT_MATERIAL_BRANCH,
40+
GIT_MATERIAL_COMMIT_HASH',true,true,'INPUT','NEW',1 ,'f','now()', 1, 'now()', 1);
4141

4242
INSERT INTO "plugin_step_variable" ("id", "plugin_step_id", "name", "format", "description", "is_exposed", "allow_empty_value","variable_type", "value_type", "variable_step_index",reference_variable_name, "deleted", "created_on", "created_by", "updated_on", "updated_by")
4343
VALUES (nextval('id_seq_plugin_step_variable'), (SELECT ps.id FROM plugin_metadata p inner JOIN plugin_step ps on ps.plugin_id=p.id WHERE p.name='Jenkins' and ps."index"=1 and ps.deleted=false), 'GIT_MATERIAL_REQUEST','STRING','',false,true,'INPUT','GLOBAL',1 ,'GIT_MATERIAL_REQUEST','f','now()', 1, 'now()', 1);

0 commit comments

Comments
 (0)