diff --git a/README.md b/README.md index d077b0c..4b4b05c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Poet Pipeline -![pipeline logo](https://raw.githubusercontent.com/wiki/tmobile/POET-pipeline-library/images/POET_logo_final-480.png?token=AAAEJEG3KEN4GOTRXBBE2XS5K3KZU) +![pipeline logo](https://github.com/tmobile/POET-pipeline-library/wiki/images/POET_logo_final-480.png) The Poet Pipeline brings modern, container based CI/CD to Jenkins. @@ -11,6 +11,12 @@ The Poet Pipeline brings modern, container based CI/CD to Jenkins. - Low reliance on plugins simplifies operations and maintenance +## Installation and Getting Started + +The POET pipeline is packaged as a [Jenkins Shared Library](https://jenkins.io/doc/book/pipeline/shared-libraries/). See [Installation](https://github.com/tmobile/POET-pipeline-library/wiki/Installation) in our [wiki](https://github.com/tmobile/POET-pipeline-library/wiki). + +Once the pipeline is installed, see [Getting Started](https://github.com/tmobile/POET-pipeline-library/wiki/Getting-Started) in the [wiki](https://github.com/tmobile/POET-pipeline-library/wiki) to configure a project to use the pipeline. + ## Example Pipeline Configuration ``` @@ -29,13 +35,6 @@ pipeline: - gradle clean test jacocoTestReport ``` - -## Installation and Getting Started - -The POET pipeline is packaged as a [Jenkins Shared Library](https://jenkins.io/doc/book/pipeline/shared-libraries/). See [Installation](https://github.com/tmobile/POET-pipeline-library/wiki/Installation) in our [wiki](https://github.com/tmobile/POET-pipeline-library/wiki). - -Once the pipeline is installed, see [Getting Started](https://github.com/tmobile/POET-pipeline-library/wiki/Getting-Started) in the [wiki](https://github.com/tmobile/POET-pipeline-library/wiki) to configure a project to use the pipeline. - ## License -The POET Pipeline is released under the [Apache 2.0 License](https://github.com/tmobile/POET-pipeline-library/blob/master/LICENSE) \ No newline at end of file +The POET Pipeline is released under the [Apache 2.0 License](https://github.com/tmobile/POET-pipeline-library/blob/master/LICENSE)