summaryrefslogtreecommitdiff
path: root/Jenkinsfile-PreCommit
Commit message (Collapse)AuthorAgeFilesLines
* ZOOKEEPER-3980: Fix Jenkinsfiles with new tool namesEnrico Olivelli2020-10-201-2/+2
| | | | | | | | | | | Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: andor@apache.org Closes #1510 from eolivelli/fix/ZOOKEEPER-3980 and squashes the following commits: 15beb5713 [Enrico Olivelli] fix java 5d8418f5c [Enrico Olivelli] ZOOKEEPER-3980 Fix Jenkinsfiles with new tool names
* Fix Precommit JobEnrico Olivelli2020-09-171-1/+0
| | | | | | | | | | It looks like the precommit job is performing an additional "git clone" that overwrites the PR Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: andor@apache.prg Closes #1460 from eolivelli/fix/pr-job-fix
* ZOOKEEPER-3896: Added cleanup bits to all ZK buildsAndor Molnar2020-08-141-0/+1
| | | | | | | | | | Recently I noticed some weird null pointer exception issues during compile in out new builds. I usually resolve this by a full "git clean" locally, so I added it to the Jenkinsfiles too. Author: Andor Molnar <andor@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org> Closes #1431 from anmolnar/ZOOKEEPER-3896
* ZOOKEEPER-3896: Added separate Jenkinsfile for PreCommit jobs + disable ↵Andor Molnar2020-07-291-0/+62
concurrent builds Further improvements to our Jenkinsfiles. Author: Andor Molnar <andor@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org> Closes #1416 from anmolnar/ZOOKEEPER-3896