Skip to content

Commit

Permalink
Only sign binaries and installer when building tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Apr 10, 2024
1 parent a4f0ff2 commit b05076b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ pipeline
// in the installer.
stage('Sign Windows Binaries')
{
when
{
buildingTag()
}

agent
{
docker
Expand Down Expand Up @@ -97,6 +102,11 @@ pipeline

stage('Sign Windows Installer')
{
when
{
buildingTag()
}

agent
{
docker
Expand Down

0 comments on commit b05076b

Please sign in to comment.