jbb: solaris is now supported in all bt versions
[lttng-ci.git] / jobs / tracecompass.yml
index 3b11b27702386a728910d16cce6f75542d22eee6..3630e05e09748a9c13a31054b0530f77bee80ac2 100644 (file)
@@ -8,10 +8,7 @@
     project-type: freestyle
 
     logrotate:
-        daysToKeep: -1
         numToKeep: 2
-        artifactDaysToKeep: -1
-        artifactNumToKeep: -1
 
     wrappers:
       - workspace-cleanup
 
     scm:
       - git:
-          #url: git://github.com/tracecompass/tracecompass.git
-          url: git://github.com/alexmonthy/tracecompass.git
+          url: git://github.com/{github_user}/{github_name}.git
           browser: githubweb
-          browser-url: https://github.com/tracecompass/tracecompass
+          browser-url: https://github.com/{github_user}/{github_name}
           branches:
             - origin/{version}
 
@@ -33,7 +29,7 @@
 
     properties:
       - github:
-          url: https://github.com/tracecompass/tracecompass
+          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -94,7 +90,7 @@
       - maven-target:
           maven-version: "Maven 3.3.3"
           goals: clean install -Pctf-grammar,build-rcp
-          private-repository: true
+          settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
           properties:
             - maven.test.failure.ignore=true
             - eclipse.p2.mirrors=false
 ## Project
 - project:
     name: tracecompass
+    github_user: alexmonthy
+    github_name: tracecompass
     version:
       - master
       - tc-next
This page took 0.031087 seconds and 4 git commands to generate.