You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/05/04 05:15:57 UTC

[royale-asjs] branch develop updated: fix path

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 58c0692  fix path
58c0692 is described below

commit 58c069230f75d16ea061295337f7afeff316460e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun May 3 22:15:39 2020 -0700

    fix path
---
 backupjenkins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backupjenkins.xml b/backupjenkins.xml
index 8bb438d..81af314 100644
--- a/backupjenkins.xml
+++ b/backupjenkins.xml
@@ -29,7 +29,7 @@
         <delete dir="${basedir}/jenkinsjobs" failonerror="false" />
         <mkdir dir="${basedir}/jenkinsjobs" />
         <copy todir="${basedir}/jenkinsjobs">
-            <fileset dir="C:\jenkins\jobs">
+            <fileset dir="C:\Program FIles (x86)\jenkins\jobs">
                 <include name="**/config.xml" />
             </fileset>
         </copy>