diff --git a/Jenkinsfile b/Jenkinsfile index f5dab5b..8e553f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ cd build export HOME=/tmp qmake QTC_SOURCE=/qtcreator QTC_BUILD=/qtcreator .. nice make -j $(nproc)''' + archiveArtifacts(artifacts: '/tmp/.local/share/data/QtProject/qtcreator/plugins/*/*.so', caseSensitive: true, onlyIfSuccessful: true) } }