Skip to content

Commit

Permalink
Disabling automatic PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Aug 1, 2023
1 parent e829de7 commit 12ca283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ node {
// normally main pipeline is only triggered by merge of release or hotfixes OR manually triggered
// if manually triggered for deploy, no PR should be created
if (params.deploy != "true") {
handleDevPr(sshCredentialsId, orgName, projectName, currentBranchName)
// Disabled for now
// handleDevPr(sshCredentialsId, orgName, projectName, currentBranchName)
}
}
}
Expand Down

0 comments on commit 12ca283

Please sign in to comment.