File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
1
// /////////////////////////////////////////////////////////////////////////////
2
- // Copyright (c) 2019, 2020 Kiel University and others.
2
+ // Copyright (c) 2019, 2022 Kiel University and others.
3
3
//
4
4
// This program and the accompanying materials are made available under the
5
5
// terms of the Eclipse Public License 2.0 which is available at
@@ -108,21 +108,21 @@ spec:
108
108
string(
109
109
name : ' BRANCH' ,
110
110
description : ' The repository branch to checkout.' ,
111
- defaultValue : ' master '
111
+ defaultValue : ' releases/0.8.0 '
112
112
)
113
113
114
114
// For the version number
115
115
string(
116
116
name : ' VERSION' ,
117
117
description : ' The build version number. Used to generate download file names.' ,
118
- defaultValue : ' nightly '
118
+ defaultValue : ' 0.8.0 '
119
119
)
120
120
121
121
// Regarding ELK proper...
122
122
string(
123
123
name : ' ELK_TARGET_DIR' ,
124
124
description : ' Path to the directory the build will copy all downloadable artifacts to.' ,
125
- defaultValue : ' /home/data/httpd/download.eclipse.org/elk/updates/nightly /'
125
+ defaultValue : ' /home/data/httpd/download.eclipse.org/elk/updates/releases/0.8.0 /'
126
126
)
127
127
}
128
128
@@ -249,15 +249,6 @@ spec:
249
249
sh " hugo"
250
250
}
251
251
}
252
-
253
- container(' jnlp' ) {
254
- // Deploy the website
255
- dir (' elk/build/releng' ) {
256
- sshagent([' git.eclipse.org-bot-ssh' ]) {
257
- sh " bash publish-website.sh"
258
- }
259
- }
260
- }
261
252
}
262
253
}
263
254
You can’t perform that action at this time.
0 commit comments