Project

General

Profile

« Previous | Next » 

Revision f5b7e061

Added by Andreas Kohlbecker about 13 years ago

minor fix

View differences:

modules/cdm_dataportal/jenkins-ci/integration.sh
39 39
#  CVS_BRANCH
40 40
#      For CVS-based projects, this variable contains the branch of the module. If CVS is configured to check out the trunk, this environment variable will not be set.
41 41
#
42

  
42
set JOB_NAME=$1
43 43
set drupalRoot=/var/www/drupal/
44 44
set drupalSiteName=$JOB_NAME
45 45
set drupalInstallationProfile="CDM_DataPortal"
46 46

  
47
set dbName="jenkins_"$1
47
set dbName="jenkins_"$JOB_NAME
48 48
set dbUser= $2
49 49
set 
50 50
dbPassword=$3

Also available in: Unified diff