Browse Source

contrib: fix syntax

Nathalie Furmento 7 years ago
parent
commit
758d1a6a93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/ci.inria.fr/Jenkinsfile-basic

+ 2 - 1
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -22,7 +22,8 @@ pipeline
 	agent none
 
 	// Trigger the build
-	triggers {
+	triggers
+	{
 		// Poll gitlab explicitly every 15mn
 		pollSCM('00-59/15 * * * *')
 	}