laval: Add devices dictionaries
[lttng-ci.git] / jobs / lttng-scope.yml
index e698b99b903eb985c5808c238f186ea472dc9791..0cf7ff849bfc046621d37ce540a1a5a6d35a6703 100644 (file)
@@ -14,9 +14,9 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
+          url: https://github.com/{github_user}/{github_project}.git
           browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          browser-url: https://github.com/{github_user}/{github_project}
           branches:
             - origin/{version}
           skip-tag: true
@@ -29,8 +29,6 @@
     properties:
       - build-discarder:
           num-to-keep: 7
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -73,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
+          url: https://github.com/{github_user}/{github_project}.git
           browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          browser-url: https://github.com/{github_user}/{github_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
+          url: https://github.com/{github_user}/{github_project}.git
           browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          browser-url: https://github.com/{github_user}/{github_project}
           branches:
             - origin/{version}
           skip-tag: true
 - 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'
+    github_project: 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.087111 seconds and 4 git commands to generate.