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 256ea89  SLING-7597 - Investigate setting up Windows testing
256ea89 is described below

commit 256ea893175b849736082f11da730750d4046b5c
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Feb 26 23:34:18 2019 +0100

    SLING-7597 - Investigate setting up Windows testing
    
    Fix syntax (again again).
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3047ae1..2ae5063 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@ node('ubuntu') {
                 }
             }
         }, 'windows': {
-            node('Windows'): {
+            node('Windows') {
                 stage('[win] Build shared code') {
                     withMaven(maven: mvnVersion, jdk: javaVersion, options: 
[artifactsPublisher(disabled: true)]) {
                         timeout(10) {

Reply via email to