Skip to content

Commit 62d5909

Browse files
committed
update release and build file
1 parent 2928b1e commit 62d5909

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

build/Jenkinsfile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -242,25 +242,6 @@ spec:
242242
}
243243
}
244244

245-
stage('Website') {
246-
steps {
247-
container('hugo') {
248-
dir ('elk/docs') {
249-
sh "hugo"
250-
}
251-
}
252-
253-
container('jnlp') {
254-
// Deploy the website
255-
dir ('elk/build/releng') {
256-
sshagent([' github-bot-ssh']) {
257-
sh "bash publish-website.sh"
258-
}
259-
}
260-
}
261-
}
262-
}
263-
264245
stage('Publish') {
265246
steps {
266247
// Zip the update site

build/org.eclipse.elk.repository/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
SPDX-License-Identifier: EPL-2.0
99
-->
1010
<site>
11-
<description name="Eclipse Layout Kernel (Nightly Builds)" url="http://build.eclipse.org/modeling/elk/updates/nightly">
12-
Nightly build update site for the Eclipse Layout Kernel.
11+
<description name="Eclipse Layout Kernel (Release 0.9.1)" url="http://build.eclipse.org/modeling/elk/updates/releases/0.9.1">
12+
Update site for the Eclipse Layout Kernel, version 0.9.1.
1313
</description>
1414
<feature url="features/org.eclipse.elk_0.9.1.jar" id="org.eclipse.elk.feature" version="0.9.1">
1515
<category name="elk"/>

0 commit comments

Comments
 (0)