Skip to content

Commit 2bb24cf

Browse files
committed
Release: update Jenkinsfile.
Signed-off-by: Soeren Domroes <[email protected]>
1 parent 2f469cb commit 2bb24cf

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

build/Jenkinsfile

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2019, 2020 Kiel University and others.
2+
// Copyright (c) 2019, 2022 Kiel University and others.
33
//
44
// This program and the accompanying materials are made available under the
55
// terms of the Eclipse Public License 2.0 which is available at
@@ -108,21 +108,21 @@ spec:
108108
string(
109109
name: 'BRANCH',
110110
description: 'The repository branch to checkout.',
111-
defaultValue: 'master'
111+
defaultValue: 'releases/0.8.0'
112112
)
113113

114114
// For the version number
115115
string(
116116
name: 'VERSION',
117117
description: 'The build version number. Used to generate download file names.',
118-
defaultValue: 'nightly'
118+
defaultValue: '0.8.0'
119119
)
120120

121121
// Regarding ELK proper...
122122
string(
123123
name: 'ELK_TARGET_DIR',
124124
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/'
126126
)
127127
}
128128

@@ -249,15 +249,6 @@ spec:
249249
sh "hugo"
250250
}
251251
}
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-
}
261252
}
262253
}
263254

0 commit comments

Comments
 (0)