Skip to content

Commit

Permalink
Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Jan 13, 2020
1 parent 5b83ac3 commit 5fe0b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 5fe0b51

Please sign in to comment.