summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/resources/jenkinsConfig.json
blob: 02ae0daa87263569dea0155d690d9f0f11b0f332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "onboarding" : {
    "user": "${onboardingUser}",
    "server": "${onboardingServer}"
  },
  "vf" : {
    "user": "${vfUser}",
    "server": "${vfServer}"
  },
  "activity_spec" : {
    "user": "${activitySpecUser}",
    "server": "${activitySpecServer}"
  }
}