Skip to content

Commit

Permalink
update release and build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Apr 5, 2024
1 parent 2928b1e commit 62d5909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -242,25 +242,6 @@ spec:
}
}

stage('Website') {
steps {
container('hugo') {
dir ('elk/docs') {
sh "hugo"
}
}

container('jnlp') {
// Deploy the website
dir ('elk/build/releng') {
sshagent([' github-bot-ssh']) {
sh "bash publish-website.sh"
}
}
}
}
}

stage('Publish') {
steps {
// Zip the update site
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.elk.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
SPDX-License-Identifier: EPL-2.0
-->
<site>
<description name="Eclipse Layout Kernel (Nightly Builds)" url="http://build.eclipse.org/modeling/elk/updates/nightly">
Nightly build update site for the Eclipse Layout Kernel.
<description name="Eclipse Layout Kernel (Release 0.9.1)" url="http://build.eclipse.org/modeling/elk/updates/releases/0.9.1">
Update site for the Eclipse Layout Kernel, version 0.9.1.
</description>
<feature url="features/org.eclipse.elk_0.9.1.jar" id="org.eclipse.elk.feature" version="0.9.1">
<category name="elk"/>
Expand Down

0 comments on commit 62d5909

Please sign in to comment.