Skip to content

Commit

Permalink
feat: Better identification of branch builds (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL authored Sep 14, 2023
1 parent a7ff235 commit 3d95815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pipeline {
vegacapsuleVersion: params.VEGACAPSULE_VERSION,
jenkinsSharedLib: params.JENKINS_SHARED_LIB_BRANCH,
nodeLabel: params.NODE_LABEL,
branchRun: commitHash != "develop"
branchRun: isPRBuild()
)
}
}
Expand Down

0 comments on commit 3d95815

Please sign in to comment.