The conditional logic for triggering build stages in the Jenkins pipeline should also account for changes to the vendor/ directory. Changes to the dependencies stored in the vendor/ directory can impact any project so they should all be built and tested.
Related code: https://github.com/elastic/beats/blob/master/Jenkinsfile#L721-L787
The conditional logic for triggering build stages in the Jenkins pipeline should also account for changes to the
vendor/directory. Changes to the dependencies stored in thevendor/directory can impact any project so they should all be built and tested.Related code: https://github.com/elastic/beats/blob/master/Jenkinsfile#L721-L787