We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058a3e5 commit 1bfef64Copy full SHA for 1bfef64
1 file changed
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
matrix {
6
agent {
7
docker {
8
- image 'juzzlin/qt6-25.04:latest'
+ image 'juzzlin/qt6-25.10:latest'
9
args '--privileged -t -v $WORKSPACE:/noteahead'
10
}
11
@@ -29,7 +29,7 @@ pipeline {
29
axes {
30
axis {
31
name 'UBUNTU_VERSION'
32
- values '24.04', '25.04'
+ values '24.04', '25.10'
33
34
35
stages {
0 commit comments