Hi,
I've got Jenkins interfaced with Slack so that the developers (including
me) can see the build notifications from Jenkins after builds.
Unfortunately, the Open button in those messages does not reveal the detail
due to a lockdown on the network between the Jenkins server and Slack which
al
Hi,
My build jobs calculate the last version of the commit by the developer.
There are four. These are calculated with git and rolled into 4 variables
in the Bash/script area of Jenkins.
So, I would like to include those 4 variables in the custom output so my
developers can see all the version
Thanks. Will do.
> On Jun 24, 2019, at 5:02 PM, Andy Coates wrote:
>
>> On Tuesday, 25 June 2019 09:09:58 UTC+10, Stuart Cracraft wrote:
>>
>> There is also the groovy/build-pipeline business of slackSend but that's
>> pipeline.
>>
>> As ever
Hi,
I use jenkins and slack and have jenkins correctly sending builds to slack
(non-pipeline, traditional project).
But sometimes we go for very long times between builds.
So I would like the best practice, with the least alteration (or no
alteration) to my jenkins server.
So far I have seen
Cobertura xml report pattern in post-build actions in Jenkins build job:
**/target/site/cobertura/coverage.xml
results in Code Coverage Report of 0/2 for packages, 0/7 for files, 0/7 for
classes, 0/55 for methods, 0/164 for lines and 0/70 for conditionals.
This is from the book "Jenkins: The