]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
return empty string when no changes are detected (#2984)
authorMatt Rose <mattrose@folkwolf.net>
Fri, 13 Sep 2019 15:53:10 +0000 (11:53 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 13 Sep 2019 15:53:10 +0000 (10:53 -0500)
scripts/jenkins/Jenkinsfile

index 3fd4e554629f2888c8d4c038576b50d387f4d56c..8b8ac39b0a77ad9a8a7ca746db6e0bca448d842d 100644 (file)
@@ -26,6 +26,7 @@ def detectChanges() {
             }
         }
     }
+    return string
 }
 
 /*