Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Nov 19, 2020
1 parent fd13f1c commit 3169764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'fpoussin/jenkins:ubuntu-18.04-qtcreator-4.11'
image 'fpoussin/jenkins:ubuntu-20.04-qtcreator-4.13'
}

}
Expand Down Expand Up @@ -31,4 +31,4 @@ cp $HOME/.local/share/data/QtProject/qtcreator/plugins/**/libDoxygen.so $WORKSPA
}

}
}
}

0 comments on commit 3169764

Please sign in to comment.