-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bruce.wu
committed
Nov 13, 2024
1 parent
bccfc38
commit b55808a
Showing
23 changed files
with
267 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/config.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" | ||
xmlns:t="/lib/hudson" xmlns:f="/lib/form"> | ||
<f:entry title="${%databaseId}" field="databaseId"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%command}" field="command"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%changeLogFile}" field="changeLogFile"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%args}" field="args"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%cwd}" field="cwd"> | ||
<f:textbox/> | ||
</f:entry> | ||
</j:jelly> |
5 changes: 5 additions & 0 deletions
5
...ain/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
databaseId=DatabaseId | ||
changeLogFile=ChangeLogFile | ||
command=Command | ||
args=Args | ||
cwd=Cwd |
4 changes: 4 additions & 0 deletions
4
src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-args.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
The Liquibase command args.<a href="https://docs.liquibase.com/commands/command-list.html">https://docs.liquibase.com/commands/command-list.html</a> | ||
. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
...sources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-changeLogFile.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
The specified Liquibase change log, can be a file or folder. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...ain/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-command.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
The Liquibase command.<a href="https://docs.liquibase.com/commands/home.html">https://docs.liquibase.com/commands/home.html</a> | ||
. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-cwd.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
The Liquibase command is executed in the specified directory. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
.../resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help-databaseId.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Database ID configured in the <a href="https://github.com/dumasd/config-ops/blob/main/config.yaml.sample">config-ops | ||
configuration file</a> . | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/io/jenkins/plugins/configops/database/LiquibaseRawCmdStep/help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
<p>Directly execute the Liquibase command to update the database.</p> | ||
</div> |
7 changes: 7 additions & 0 deletions
7
src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetApplyStep/help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div> | ||
<p>Apply the nacos change set.</p> | ||
|
||
Config parameters please refer to: | ||
<a href="https://github.com/dumasd/jenkins-config-ops-plugin/blob/main/src/main/java/io/jenkins/plugins/configops/nacos/NacosChangeSetApplyStep.java">NacosChangeSetApplyStep.java</a> | ||
|
||
</div> |
19 changes: 19 additions & 0 deletions
19
src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" | ||
xmlns:t="/lib/hudson" xmlns:f="/lib/form"> | ||
<f:entry title="${%nacosId}" field="nacosId"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%changeLogFile}" field="changeLogFile"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%contexts}" field="contexts"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%count}" field="count"> | ||
<f:textbox/> | ||
</f:entry> | ||
<f:entry title="${%vars}" field="vars"> | ||
<f:textarea/> | ||
</f:entry> | ||
</j:jelly> |
5 changes: 5 additions & 0 deletions
5
...main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nacosId=NacosId | ||
changeLogFile=ChangeLogFile | ||
contexts=Contexts | ||
count=Count | ||
vars=Vars |
3 changes: 3 additions & 0 deletions
3
...esources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-changeLogFile.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
The specified change log, can be a file or folder. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
...ain/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-contexts.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
Only execute the specified contexts of changesets. If not filled, all changesets will be executed by default. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-count.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
Only execute the specified count of changesets. If not filled, all changesets will be executed by default. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...main/resources/io/jenkins/plugins/configops/nacos/NacosChangeSetGetStep/help-nacosId.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Nacos ID configured in the <a href="https://github.com/dumasd/config-ops/blob/main/config.yaml.sample">config-ops | ||
configuration file</a> . | ||
</div> |
Oops, something went wrong.