summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
Commit message (Expand)AuthorAgeFilesLines
* Move Jenkinsfile logic into the gerrit-ci-scripts libraryLuca Milanesio2020-05-121-258/+1
* Always verify PolyGerrit if bazel related files are changedThomas Draebing2020-04-221-1/+1
* Always run all tests, if bazel-related files are changedThomas Draebing2020-04-221-1/+3
* Make the build pipeline fail if cannot post Checks feedbackLuca Milanesio2020-04-171-3/+3
* Report to Checks when the build startsLuca Milanesio2020-03-311-6/+9
* Use the environment variables provided by the GerritCodeReview-pluginThomas Draebing2020-01-281-37/+7
* Avoid use of switch on String for Checks API resultsLuca Milanesio2020-01-101-10/+8
* Reduce change spamming from CILuca Milanesio2020-01-051-26/+2
* Link checker result to the proper console URLLuca Milanesio2020-01-051-1/+3
* Remove unused createCheckPayload() methodLuca Milanesio2020-01-051-8/+0
* Use gerritCheck API for posting checker resultLuca Milanesio2020-01-011-22/+4
* Use reliable check for empty env.GERRIT_CHANGE_NUMBERLuca Milanesio2019-12-081-8/+12
* Merge "Do not report verification status for branches" into stable-2.16David Pursehouse2019-11-261-31/+43
|\
| * Do not report verification status for branchesLuca Milanesio2019-11-251-31/+43
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2019-11-261-5/+9
|\ \ | |/ |/|
| * Fix reporting for flaky builds in JenkinsfileThomas Draebing2019-11-161-5/+9
* | Merge branch 'stable-2.14' into stable-2.15David Ostrovsky2019-11-131-1/+4
|\|
| * Jenkinsfile: Always build java sources if WORKSPACE file changedDavid Ostrovsky2019-11-131-1/+4
* | Merge branch 'stable-2.14' into stable-2.15Paladox2019-11-091-1/+1
|\|
| * Jenkinsfile: don't use Map.remove() as it is forbiddenLuca Milanesio2019-11-071-1/+1
* | Verify Gerrit changes also on NoteDbLuca Milanesio2019-10-171-1/+1
|/
* Don't sort messages returned by JenkinsThomas Draebing2019-10-171-1/+1
* Fix string formatting in JenkinsfileThomas Draebing2019-10-171-2/+2
* Fix RejectedAccessException during posting checks in JenkinsfileThomas Draebing2019-10-171-7/+4
* Remove unnecessary SCM checkout from JenkinsfileThomas Draebing2019-10-171-1/+0
* Fix expected response code when posting checks in JenkinsfileThomas Draebing2019-10-171-1/+1
* Use basic auth for posting checksThomas Draebing2019-10-171-3/+4
* Add Jenkinsfile for verification pipelineThomas Draebing2019-10-151-0/+313