Skip to content

Commit

Permalink
Moving Installation section, up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajan, Sarat authored and Rajan, Sarat committed Aug 19, 2019
1 parent 9c98508 commit bfbca1b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions 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.

Expand All @@ -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

```
Expand All @@ -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)
The POET Pipeline is released under the [Apache 2.0 License](https://github.com/tmobile/POET-pipeline-library/blob/master/LICENSE)

0 comments on commit bfbca1b

Please sign in to comment.