Skip to content

Commit

Permalink
Add sections with links on License and plugin changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyaev committed Dec 6, 2020
1 parent 78f7e03 commit f22620f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Note that individual configuration values will override any found in a defined l
[[LiquibaseRunner-Evaluateliquibasechangesetsstep]]
== Evaluate liquibase changesets step

Creating a job with this build step will run liquibase's update on the target database.  Alternatively, by checking "Test Rollbacks", liquibase's updateTestingRollbacks is executed.  ; Once a build has executed, details are provided about each changeset on the build summary.
Creating a job with this build step will run liquibase's update on the target database.  Alternatively, by checking "Test Rollbacks", liquibase's updateTestingRollbacks is executed.  Once a build has executed, details are provided about each changeset on the build summary.

[[LiquibaseRunner-Rollbackliquibasechangesstep]]
== Rollback liquibase changes step
Expand Down Expand Up @@ -107,3 +107,12 @@ how to use the JobDSL plugin to generate liquibase projects.
* If you'd like to have only new changesets evaluated, consider using an H2 JDBC url like +
"jdbc:h2:file:./data/sample". This instructs H2 to persist the database to a file. Note, however, if a different +
build agent runs your project, that file will no longer be available, and all changesets will again be executed.

[[Plugin_changelog]]
== Plugin changelog

* link:/CHANGELOG.md[CHANGELOG]

[[License]]
== License
* https://opensource.org/licenses/mit-license.php[MIT License]

0 comments on commit f22620f

Please sign in to comment.