CI: Fix missing () in gates.jenkinsfile

Change-Id: I2f252e0f8c7f1a6328438fbd2be5d6574b7dfa5b
16.1
George Joseph 7 years ago
parent 1598c7a306
commit 6fd21a6af6

@ -12,7 +12,7 @@
*/
pipeline {
options {
timestamps
timestamps()
timeout(time: 60, unit: 'MINUTES')
}
triggers {

Loading…
Cancel
Save