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 <[email protected]>
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>

Reply via email to