Skip to content

Commit 7abc707

Browse files
committed
Jenkinsfile-Windows: fix missing curly brace
1 parent 2437ade commit 7abc707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/Jenkinsfile-Windows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pipeline {
2929
bat 'gradlew build install'
3030
}
3131
}
32+
}
3233

3334
// For global vars see /jenkins/pipeline-syntax/globals
3435
post {

0 commit comments

Comments
 (0)