Skip to content

Commit 3169764

Browse files
authored
Update Jenkinsfile
1 parent fd13f1c commit 3169764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'fpoussin/jenkins:ubuntu-18.04-qtcreator-4.11'
4+
image 'fpoussin/jenkins:ubuntu-20.04-qtcreator-4.13'
55
}
66

77
}
@@ -31,4 +31,4 @@ cp $HOME/.local/share/data/QtProject/qtcreator/plugins/**/libDoxygen.so $WORKSPA
3131
}
3232

3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)