Last modified by Vincent Massol on 2019/11/04 17:45

<
From version < 3.1 >
edited by Vincent Massol
on 2019/10/31 17:06
To version < 4.1
edited by Vincent Massol
on 2019/11/04 17:45
Change comment: There is no comment for this version

Summary

Details

PresentationIdea.Code.PresentationIdeaClass[0]
Description
... ... @@ -1,8 +1,9 @@
1 1  This talk will go through the Jenkins Pipeline libraries developed by the XWiki open source project, explaining all the features it contains and they've been implemented.
2 2  
3 3  Examples of features:
4 -* When having several repositories to build make it as simple as requiring just {{code}}xwikiModule {}{{/code}} to execute the full build, including functional selenium tests
5 -* Recognizing flaky tests (querying JIRA) and envirohnment-related issues and not sending a mail in these cases to prevent false positives
4 +* When having several repositories to build, make it as simple as requiring just {{code}}xwikiModule {}{{/code}} to execute the full build, including functional selenium tests
5 +* Recognizing flaky tests (querying JIRA) and environment-related issues and not sending a mail in these cases to prevent false positives
6 6  * Save videos and screenshots from failing tests and attach the screenshot to the Jenkins job page
7 7  * Running both scheduled jobs and normal jobs in a single Jenkinsfile
8 8  
9 +

Get Connected