summaryrefslogtreecommitdiffstats
path: root/.jenkins.groovy
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-06-19 09:48:50 -0600
committerGitHub <noreply@github.com>2021-06-19 09:48:50 -0600
commitf49384858cb9919ef4e2ba1b1988d17bb2a2eb0f (patch)
treed045320732f30beed139841a383b3908ba5dd494 /.jenkins.groovy
parent7d01dd87e833bc5372aaae6c0eb8bc982ac6a419 (diff)
downloadbcm5719-ortega-f49384858cb9919ef4e2ba1b1988d17bb2a2eb0f.tar.gz
bcm5719-ortega-f49384858cb9919ef4e2ba1b1988d17bb2a2eb0f.zip
build: Update files with codacy recommendations. (#228)
Diffstat (limited to '.jenkins.groovy')
-rw-r--r--.jenkins.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jenkins.groovy b/.jenkins.groovy
index 8545e52..c662870 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -189,7 +189,7 @@ finally
cleanWs()
def currentResult = currentBuild.result ?: 'SUCCESS'
- if(currentResult == 'SUCCESS')
+ if (currentResult == 'SUCCESS')
{
notify('SUCCESS', 'Build Passed ')
}
OpenPOWER on IntegriCloud