> On Jan 3, 2019, at 7:15 AM, Christofer Dutz <[email protected]> wrote:
> 
> Is there a way to check the status of a project? 

        There isn’t any sort of global “bad list”. haha.  At least, I know I 
personally gave up trying to keep track of the strays …

> I would like to help improve and have done some things, but I need a way to 
> see that what I'm doing is helping.

        Just doing a simple ps -ef | grep “${WORKSPACE}” as a post {} would 
show if anything is hanging about for maven projects (since they tend to full 
path everything, and unless your pipeline is doing bizarro things, $WORKSPACE 
should be specific to your job’s executor).

Reply via email to