| commit | 6b0ed1bb90bc648777b350d3aa283d39f3fddba0 | [log] [tgz] |
|---|---|---|
| author | Olivier Lamy <olamy@apache.org> | Fri Sep 02 16:26:39 2022 +1000 |
| committer | GitHub <noreply@github.com> | Fri Sep 02 16:26:39 2022 +1000 |
| tree | 4839feca0a9c49c9cb585f85273941dd2ff1bfda | |
| parent | 6fb66af0c6f0b611f7d417ad361ae1bb49f553a3 [diff] |
touch to trigger build
diff --git a/Jenkinsfile b/Jenkinsfile index c3f1381..d942364 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -29,6 +29,7 @@ disableConcurrentBuilds() ] ) + final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x'] // all non-EOL versions and the first EA