]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: Fix missing () in gates.jenkinsfile
authorGeorge Joseph <gjoseph@digium.com>
Thu, 4 Oct 2018 18:03:05 +0000 (12:03 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 4 Oct 2018 18:03:05 +0000 (12:03 -0600)
Change-Id: I2f252e0f8c7f1a6328438fbd2be5d6574b7dfa5b

tests/CI/gates.jenkinsfile

index ad1185cc56652735f0940c309e4d6703c88c895a..983564760f322029fafef4d32f19eb0c71c80657 100644 (file)
@@ -12,7 +12,7 @@
  */
 pipeline {
        options {
-               timestamps
+               timestamps()
                timeout(time: 60, unit: 'MINUTES')
        }
        triggers {