Merge pull request #51 from PSRCode/maintainer-update
[lttng-ci.git] / jobs / lttng-scope.yml
index 4d37b6192f3527868036b540fde119e36f0f0ec2..ef4fcfe86aa07822d65425ce16f78d9fd23a652a 100644 (file)
@@ -14,9 +14,9 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
     triggers:
       - pollscm:
           cron: "@hourly"
+      - timed: "@daily"
 
     properties:
       - build-discarder:
           num-to-keep: 7
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -72,8 +71,6 @@
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
               total-high: 0
               total-normal: 0
               total-low: 0
+          messages-to-ignore: |-
+            No sources found skipping Kotlin compile
+            Ignoring project type pom - supportedProjectTypes = \[jar, bundle\]
+            ^Tests run:.*
+            .*Source root doesn't exist.*
+            Could not transfer metadata.*codehaus-snapshots.*
       - workspace-cleanup
       - email-ext:
          recipients: '{obj:email_for_all_failure}'
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
               total-high: 0
               total-normal: 0
               total-low: 0
+          messages-to-ignore: |-
+            No sources found skipping Kotlin compile
+            Ignoring project type pom - supportedProjectTypes = \[jar, bundle\]
+            ^Tests run:.*
+            .*Source root doesn't exist.*
+            Could not transfer metadata.*codehaus-snapshots.*
       - workspace-cleanup
       - email-ext:
          recipients: '{obj:email_for_all_failure}'
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
               total-high: 0
               total-normal: 0
               total-low: 0
+          messages-to-ignore: |-
+            No sources found skipping Kotlin compile
+            Ignoring project type pom - supportedProjectTypes = \[jar, bundle\]
+            ^Tests run:.*
+            .*Source root doesn't exist.*
+            Could not transfer metadata.*codehaus-snapshots.*
       - workspace-cleanup
       - email-ext:
          recipients: '{obj:email_for_all_failure}'
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
 ## Project
 - project:
     name: lttng-scope
-    github_user: lttng
-    github_name: lttng-scope
-    email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com'
-    email_for_all_failure: 'alexmonthy@efficios.com'
+    gitlab_user: lttng
+    gitlab_project: lttng-scope/lttng-scope
+    email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
+    email_for_all_failure: 'pproulx@efficios.com'
     version:
       - master
     jobs:
This page took 0.02497 seconds and 4 git commands to generate.