lttng-analyses: checkout sources in a subdirectory
[lttng-ci.git] / jobs / lttng-analyses.yaml
index 4da79c75ebcd67af7dc3997a2f400ac5e5ca6028..bb9306cfd273f2c2f14e2f998b8e7f7e7511ba03 100644 (file)
 
     scm:
       - git:
-          url: git://github.com/lttng/lttng-analyses.git
+          url: git://github.com/{github_user}/{github_name}.git
           browser: githubweb
-          browser-url: https://github.com/lttng/lttng-analyses
+          browser-url: https://github.com/{github_user}/{github_name}
           branches:
             - origin/{version}
+          basedir: src/lttng-analyses
 
     triggers:
       - pollscm:
@@ -33,7 +34,7 @@
 
     properties:
       - github:
-          url: https://github.com/lttng/lttng-analyses
+          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -57,7 +58,7 @@
           filter: 'build/**'
           target: 'deps/babeltrace'
       - shell:
-         !include-raw-escape scripts/lttng-analyses/build.sh
+         !include-raw-escape: scripts/lttng-analyses/build.sh
 
 #    publishers:
 #      - archive:
@@ -82,7 +83,7 @@
            filter: 'build/**'
            target: 'deps/babeltrace'
        - shell:
-          !include-raw-escape scripts/lttng-analyses/pylint.sh
+          !include-raw-escape: scripts/lttng-analyses/pylint.sh
 
     publishers:
       - archive:
 ## Project
 - project:
     name: lttng-analyses
+    github_user: lttng
+    github_name: lttng-analyses
     version:
       - master
     jobs:
This page took 0.022749 seconds and 4 git commands to generate.