Browse code

Adds property to Jenkinsfile to disable concurrent builds.

Micah Snyder authored on 2019/08/02 22:21:28
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 properties(
2 2
     [
3
+        disableConcurrentBuilds(),
3 4
         parameters(
4 5
             [
5 6
                 string(name: 'CLAMAV_BRANCH',