浏览代码

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
 	agent none
 
 
+	// Trigger the build
+	triggers {
+		// Poll gitlab explicitly every 15mn
+		pollSCM('00-59/15 * * * *')
+	}
+
 	stages
 	stages
 	{
 	{
 		stage('Tarball')
 		stage('Tarball')