Skip to content

Commit

Permalink
PCHR-4346: Run tests in CiviCRM 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davialexandre committed Oct 23, 2018
1 parent 2729966 commit 60fe817
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 @@ -49,7 +49,7 @@ pipeline {
steps {
script {
// Build site with CV Buildkit
sh "civibuild create ${params.CIVIHR_BUILDNAME} --type drupal-clean --civi-ver 5.3.1 --url $WEBURL --admin-pass $ADMIN_PASS"
sh "civibuild create ${params.CIVIHR_BUILDNAME} --type drupal-clean --civi-ver 5.6 --url $WEBURL --admin-pass $ADMIN_PASS"

// Get target and PR branches name
def prBranch = env.CHANGE_BRANCH
Expand Down

0 comments on commit 60fe817

Please sign in to comment.