Browse Source

contrib: add trigger

Nathalie Furmento 7 years ago
parent
commit
41fec06dba
1 changed files with 6 additions and 0 deletions
  1. 6 0
      contrib/ci.inria.fr/Jenkinsfile-basic

+ 6 - 0
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -6,6 +6,12 @@ pipeline
 {
 	agent none
 
+	// Trigger the build
+	triggers {
+		// Poll gitlab explicitly every 15mn
+		pollSCM('00-59/15 * * * *')
+	}
+
 	stages
 	{
 		stage('Tarball')