Commit 671880a
committed
Merge tag 'v2.0.0' into develop
v2.0.0
Heads-up: Breaking change ahead!
This version changes a hardcoded repository name into a changeable
repository name in the `withMavenSettings.mvnWithSettings()` part. It
does default to `maven-central` though. But if the need arises to choose
a different repository, the new signature looks like this:
```
withMavenSettings.mvnWithSettings nexusCredentials, cesFQDN,
yourDifferentRepositoryName, mvnCallArgs
```
### Added
- new lib function for running E2E tests with pure `Selenium` without
the help of `Zalenium`
- This is addressable with following jenkins pipeline variable:
`withSelenium`
- Please note that `withSelenium` MUST receive a Docker network
because several containers are started and which must communicate with
each other.
### Changed
- signatures for `withMavenSettings` changed slightly so the maven
central mirror can be configured
- helper `generateZaleniumJobName` was renamed to `generateJobName`
- a delegate method keeps up the backward compatibility
- Please note that the method `generateZaleniumJobName()` may be
removed in future releases
- `generateJobName` now uses `-` instead of `_` because of possible
problems when used as DNS name
### Bugfix
The release v1.2.0 introduced a defect in which the default Nexus mirror
repository name was not properly set. This releases removes this defect
(#9)1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | 37 | | |
23 | 38 | | |
| |||
0 commit comments