ソースを参照

contrib: add trigger

Nathalie Furmento 7 年 前
コミット
41fec06dba
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  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')