Skip to content

Commit

Permalink
[#1361] Rework ci jobs to support stable P2 repository structure
Browse files Browse the repository at this point in the history
Correct branch name
  • Loading branch information
ruspl-afed authored and eparovyshnaya committed May 25, 2024
1 parent d6a562e commit e89f5a9
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 @@ -33,7 +33,7 @@ pipeline {
echo "PROMOTE=${params.PROMOTE}"
script {
env.BUILD_TYPE = params.BUILD_TYPE
if (env.BRANCH_NAME == 'main') {
if (env.BRANCH_NAME == 'master') {
if (params.PROMOTE) {
env.MAVEN_PROFILES = "-Psign -Ppromote"
} else {
Expand Down

0 comments on commit e89f5a9

Please sign in to comment.