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 ae07af1 oops
ae07af1 is described below
commit ae07af1c9cbab028dcdcba901bc29d8474647ccc
Author: Alex Harui <[email protected]>
AuthorDate: Sun May 3 22:11:15 2020 -0700
oops
---
backupjenkins.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/backupjenkins.xml b/backupjenkins.xml
index 6e3555a..89c854c 100644
--- a/backupjenkins.xml
+++ b/backupjenkins.xml
@@ -28,10 +28,10 @@
<target name="main" description="copy the jenkins config.xml files">
<delete dir="${basedir}/jenkinsjobs" failonerror="false" />
<mkdir dir="${basedir}/jenkinsjobs" />
- <copy todir="${basedir}/jenkinsjobs" />
+ <copy todir="${basedir}/jenkinsjobs">
<fileset dir="C:\jenkins\jobs">
<includes name="**/config.xml" />
</fileset>
</copy>
- </target>
+ </target>
</project>