Skip to content

Commit

Permalink
Merge pull request #157 from mangupta/switch_archived_ci_artifacts
Browse files Browse the repository at this point in the history
[ci] Archive packages based on hcc-ctu instead of hcc-1.6
  • Loading branch information
mangupta authored Aug 16, 2017
2 parents 04385f1 + c11b873 commit 05bde84
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
Expand Up @@ -140,8 +140,8 @@ def docker_build_inside_image( def build_image, String inside_args, String platf

// No matter the base platform, all packages have the same name
// Only upload 1 set of packages, so we don't have a race condition uploading packages
// I arbitrarily pick hcc-1.6 as the most stable
if( platform.toLowerCase( ).startsWith( 'hcc-1.6' ) )
// Using hcc-ctu since that is what most people want
if( platform.toLowerCase( ).startsWith( 'hcc-ctu' ) )
{
archiveArtifacts artifacts: "${build_dir_rel}/*.deb", fingerprint: true
archiveArtifacts artifacts: "${build_dir_rel}/*.rpm", fingerprint: true
Expand Down

0 comments on commit 05bde84

Please sign in to comment.