Skip to content

Commit 7bf5673

Browse files
committed
Fixed a windows build for JDK 1.8
1 parent fc50011 commit 7bf5673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pipeline {
173173

174174
stage('Build JDK 8 Windows') {
175175
tools {
176-
jdk "jdk_1.8_latest_windows:"
176+
jdk "jdk_1.8_latest_windows"
177177
}
178178
steps {
179179
echo 'Building JDK 8 Windows'

0 commit comments

Comments
 (0)