jjb: Remove jgit from all jobs
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 10 Oct 2019 19:58:34 +0000 (15:58 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 10 Oct 2019 19:58:34 +0000 (15:58 -0400)
jgit was used on Windows jobs to work around a path lenght limitation
that can now be configured with the regular git client using the
core.longpaths option.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-scope.yaml
jobs/lttng-tools.yaml

index 278b838e54521d667930373e736a142bd4873a72..9945075a1666bcc2194e70ef0998cef0a1f65bd6 100644 (file)
     name: babeltrace_{version}_winbuild
     defaults: babeltrace
 
-    # Use jgit on windows to work around path too long error
-    scm:
-      - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
-          branches:
-            - origin/{version}
-          basedir: src/babeltrace
-          skip-tag: true
-          git-tool: jgit
-
     <<: *babeltrace_build_axes_defaults
     <<: *babeltrace_build_builders_win
     <<: *babeltrace_build_publishers_prod
index 912b826e65422e5f14478ec44fef28772ab4e9e2..71dd2230dabd623f2d26ed79dc213f543829cb73 100644 (file)
@@ -47,7 +47,6 @@
             - origin/{version}
           basedir: src/liburcu
           skip-tag: true
-          git-tool: jgit
 
     triggers:
       - pollscm:
index fcdcf1f8e66122322efcddfe429d23b907a03153..0cbfd99368303bc99326b3f4fe6c37fd3fd4710f 100644 (file)
          name: arch
          values: '{obj:arch}'
 
-    scm:
-      - git:
-          url: https://github.com/{github_user}/{github_project}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_project}
-          branches:
-            - origin/{version}
-          skip-tag: true
-          git-tool: 'jgit' # Use jgit on windows to work around path too long
-
     wrappers:
       - workspace-cleanup
       - timestamps
index 0a42aead665ee0051ac160b66a99d6cd62e45dd1..56c00880adeeb0cb51f103c4090ea1f7ceb945d6 100644 (file)
@@ -30,7 +30,6 @@
             - origin/{version}
           basedir: src/lttng-tools
           skip-tag: true
-          git-tool: jgit
 
     triggers:
       - pollscm:
This page took 0.025805 seconds and 4 git commands to generate.