This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch feature/SLING-7597
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/feature/SLING-7597 by this
push:
new 21f21d6 SLING-7597 - Investigate setting up Windows testing
21f21d6 is described below
commit 21f21d6339866f5308d422d0a3087c141cc1c640
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Feb 26 23:37:21 2019 +0100
SLING-7597 - Investigate setting up Windows testing
Fix syntax (again again again).
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2ae5063..484c2b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@ node('ubuntu') {
stage('[win] Build shared code') {
withMaven(maven: mvnVersion, jdk: javaVersion, options:
[artifactsPublisher(disabled: true)]) {
timeout(10) {
- bat "mvn -f shared/modules clean install"
+ bat "mvn -f shared/modules clean install"
}
}
}
@@ -84,5 +84,5 @@ node('ubuntu') {
}
}
}
- }
+ })
}
\ No newline at end of file