Force the lttng-sessiond path to /bin/true to prevent daemonized spawning
[lttng-ci.git] / jobs / tracecompass.yml
index 3b11b27702386a728910d16cce6f75542d22eee6..53261874c48b6868d390e9ba6591f1a4e2c46c5b 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
 ## Project
 - project:
     name: tracecompass
+    github_user: alexmonthy
+    github_name: tracecompass
     version:
       - master
       - tc-next
This page took 0.022576 seconds and 4 git commands to generate.