Skip to content

Commit

Permalink
update version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume DeMengin committed Apr 18, 2022
1 parent 8db25b4 commit 940933b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Compatibility:
### import pipeline-logparser library
in Jenkinsfile import library like this
```
@Library('pipeline-logparser@3.1.1') _
@Library('pipeline-logparser@3.1.2') _
```
_identifier "pipeline-logparser" is the name of the library set by jenkins administrator in instance configuration:_
* _it may be different on your instance_
Expand All @@ -41,7 +41,7 @@ def mylog = logparser.getLogsWithBranchInfo()

### Detailed Documentation

see online documentation here: [logparser.txt](https://htmlpreview.github.io/?https://github.com/gdemengin/pipeline-logparser/blob/3.1.1/vars/logparser.txt)
see online documentation here: [logparser.txt](https://htmlpreview.github.io/?https://github.com/gdemengin/pipeline-logparser/blob/3.1.2/vars/logparser.txt)
* _also available in $JOB_URL/pipeline-syntax/globals#logparser_
* _visible only after the library has been imported once_
* _requires configuring 'Markup Formater' as 'Safe HTML' in $JENKINS_URL/configureSecurity_
Expand Down Expand Up @@ -606,4 +606,7 @@ Note:
- add host in getPipelineStepsUrl for node/agent steps

* 3.1.1 (04/2022)
- speed optimisation (cf #13)
- speed optimisation

* 3.1.2 (04/2022)
- fix issue when parsing logs while some node step is still searching for a host to allocate

0 comments on commit 940933b

Please sign in to comment.