continuous integration - Email commiter of a bad Perforce Changelist through Jenkins -


how can email commiter of broken change using perforce changelist number in jenkins?

basically have cl available me, cant quite figure out how commiter name , other perforce metadata info based off of cl , send out email.

you should install "email-ext" plugin jenkins. allows send editable email notification different build status. https://wiki.jenkins-ci.org/display/jenkins/email-ext+plugin captures content token , p4 meta-data, can configure (from "advance" option in jenkins, after plug-in installed) whom (committer, requester, recipient list, culprit etc) want send notification.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -