Jenkins Slack notifications

2019-06-27 Thread Stuart Cracraft
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

Jenkins version number in Custom Output

2019-06-25 Thread Stuart Cracraft
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

Re: jenkins and slack

2019-06-24 Thread 'Stuart Cracraft' via Jenkins Users
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 everythin

jenkins and slack

2019-06-24 Thread Stuart Cracraft
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 / jenkins failing to publish non-zero code coverage graphs

2016-11-13 Thread Stuart Cracraft
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