Environment variables not passed to build job

2019-06-12 Thread Kamesh Velu
Hi I have a Jenkins job which monitors for a comment added in Gerrit and fires a new Jenkins job using the "build" command the sub job that got fired is missing all GERRIT_* environment/parameters. How can I pass all these values from the parent job to the new job? Thanks -- You received thi

How to combine multiple build started Jenkins messages into one email

2019-06-12 Thread Kamesh Velu
Hi, I am using Jenkins, Gerrit and repo for my project. Often times I make code changes that span across git repositories (all managed through repo). When I submit a CL it triggers multiple Jenkins jobs (pre-submits, cross reference checks, linters...) which sends flurry of build started emails

Blue Ocean viewer for offline files

2019-04-23 Thread Kamesh Velu
Hi To reduce storage needs on Jenkins Master all my Jobs have a post task that uploads artifacts and build log to a cloud storage. My Jenkins job has lot of parallel steps and when I have to debug something from the log file it makes it harder to parse through as the pipeline steps have interle

Jenkins and Gerrit event trigger handling Multiple CLs with same topic name

2019-03-29 Thread Kamesh Velu
Hi I am using Jenkins and Gerrit Event trigger to trigger pre-submit jobs for my repo (I am using repo to manage my git repositories). I am working on multiple CLs (from different git repo) that have dependencies on each other. I am using same topi