+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/config.properties b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/config.properties
new file mode 100644
index 0000000..44c6d3e
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/config.properties
@@ -0,0 +1,5 @@
+databaseId=DatabaseId
+changeLogFile=ChangeLogFile
+command=Command
+args=Args
+cwd=Cwd
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-args.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-args.html
new file mode 100644
index 0000000..73c3b76
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-args.html
@@ -0,0 +1,4 @@
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-changeLogFile.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-changeLogFile.html
new file mode 100644
index 0000000..85f7e2a
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-changeLogFile.html
@@ -0,0 +1,3 @@
+
+ The specified Liquibase change log, can be a file or folder.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-command.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-command.html
new file mode 100644
index 0000000..9aed5c8
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-command.html
@@ -0,0 +1,4 @@
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-cwd.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-cwd.html
new file mode 100644
index 0000000..5719902
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-cwd.html
@@ -0,0 +1,3 @@
+
+ The Liquibase command is executed in the specified directory.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-databaseId.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-databaseId.html
new file mode 100644
index 0000000..b96471d
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-databaseId.html
@@ -0,0 +1,4 @@
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help.html b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help.html
new file mode 100644
index 0000000..a1d50eb
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help.html
@@ -0,0 +1,3 @@
+
+
Directly execute the Liquibase command to update the database.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetApplyStep/help.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetApplyStep/help.html
new file mode 100644
index 0000000..c40b9af
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetApplyStep/help.html
@@ -0,0 +1,7 @@
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.jelly b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.jelly
new file mode 100644
index 0000000..cc38382
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.jelly
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.properties b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.properties
new file mode 100644
index 0000000..a9d0d25
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.properties
@@ -0,0 +1,5 @@
+nacosId=NacosId
+changeLogFile=ChangeLogFile
+contexts=Contexts
+count=Count
+vars=Vars
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-changeLogFile.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-changeLogFile.html
new file mode 100644
index 0000000..2e0280d
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-changeLogFile.html
@@ -0,0 +1,3 @@
+
+ The specified change log, can be a file or folder.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-contexts.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-contexts.html
new file mode 100644
index 0000000..6a51345
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-contexts.html
@@ -0,0 +1,3 @@
+
+ Only execute the specified contexts of changesets. If not filled, all changesets will be executed by default.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-count.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-count.html
new file mode 100644
index 0000000..c5541eb
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-count.html
@@ -0,0 +1,3 @@
+
+ Only execute the specified count of changesets. If not filled, all changesets will be executed by default.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-nacosId.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-nacosId.html
new file mode 100644
index 0000000..56fd2dd
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-nacosId.html
@@ -0,0 +1,4 @@
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-vars.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-vars.html
new file mode 100644
index 0000000..631cf22
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-vars.html
@@ -0,0 +1,19 @@
+
+
+ Replace the defined variables in the ChangeLogFile with the values defined by this parameter.
+
+
+ The format of the variables in the ChangeLogFile is ${...}. Currently, only namespace, dataId,
+ and group are supported.
+
+
+ The format is:
[key:value]
.
+ Multiple options are separated by newlines.
+
+ Example:
+
+ key1:value1
+ key2:value2
+
+
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help.html b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help.html
new file mode 100644
index 0000000..2fc178a
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help.html
@@ -0,0 +1,4 @@
+
+
Read the specified Changelog file, obtain the modified Nacos config list, and obtain every current
+ config value from Nacos.
+
diff --git a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosConfigAlterParameterDefinition/index.jelly b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosConfigAlterParameterDefinition/index.jelly
index 896854e..de28a50 100644
--- a/src/main/resources/io/jenkins/plugins/configops/nacos/NacosConfigAlterParameterDefinition/index.jelly
+++ b/src/main/resources/io/jenkins/plugins/configops/nacos/NacosConfigAlterParameterDefinition/index.jelly
@@ -35,6 +35,7 @@
+
@@ -75,6 +76,7 @@