Skip to content

Commit 30796f5

Browse files
committed
Add 'ubuntu:resolute' to distributions in Jenkinsfiles and include shibuya extension in Sphinx configuration
1 parent 8cba5db commit 30796f5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Current version of this Pipeline https://github.com/VitexSoftware/BuildImages/blob/main/Test/Jenkinsfile-parael
44

5-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
5+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble', 'ubuntu:resolute']
66

77
String vendor = 'vitexsoftware'
88
//String distroFamily = ''

debian/Jenkinsfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
3+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble', 'ubuntu:resolute']
44

55
String vendor = 'vitexsoftware'
66
String imagePrefix = 'multiflexi-'

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# -- General configuration
1919

2020
extensions = [
21+
'shibuya',
2122
'sphinx.ext.duration',
2223
'sphinx.ext.doctest',
2324
'sphinx.ext.autodoc',

0 commit comments

Comments
 (0)