Skip to content

Commit

Permalink
Properly tag successful builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipjohnston committed Mar 23, 2022
1 parent b375b19 commit 0ea930b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ pipeline
{
githubSetConfig('69e4682e-2951-492f-b828-da06364c322d')
// Release step creates a tag
gitTagSuccess "${params.MAJOR_VERSION}.${params.MINOR_VERSION}.${BUILD_NUMBER}"
githubUploadRelease("${params.MAJOR_VERSION}.${params.MINOR_VERSION}.${BUILD_NUMBER}",
'buildresults/release/*.zip')
}
Expand Down

0 comments on commit 0ea930b

Please sign in to comment.