@@ -30,14 +30,14 @@ VALUES (nextval('id_seq_plugin_step_variable'), (SELECT ps.id FROM plugin_metada
3030
3131INSERT 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" 
3232VALUES  (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' ' INPUT' ' NEW' 1  ,' f' ' now()' 1 , ' now()' 1 );
4141
4242INSERT 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" 
4343VALUES  (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' ' ' ' INPUT' ' GLOBAL' 1  ,' GIT_MATERIAL_REQUEST' ' f' ' now()' 1 , ' now()' 1 );
0 commit comments