1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

doc: using dedicated versions (#3809)

* Update introduction.md

* Update introduction.md
This commit is contained in:
Oliver Nocon 2022-06-14 16:41:38 +02:00 committed by GitHub
parent 88f4d67cdd
commit 0d29a00b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,15 @@ piperPipeline script: this
You find more details about the custom defaults in the [configuration section](../configuration.md)
!!! warning "using dedicated versions"
It is possible to use a fixed version of the library using e.g.
```
@Library('piper-lib-os@v1.222.0') _
```
**Make sure to only use valid git tags as versions!**
## Second step: Prepare pipeline for your main branch
Extend your configuration to also contain git ssh credentials information.