Skip to content

Commit 1f12c34

Browse files
Merge pull request #17 from lazarenkoalexey/JE-62380
JE-62380 JPS script is run on cp layer instead of cp2
2 parents 8dc731c + 6de3ade commit 1f12c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/add-vcs-project.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
p = {
1616
session: session,
1717
envName: "${env.envName}",
18+
nodeGroup: "${targetNodes.nodeGroup}",
1819
type: "git",
1920
url: url,
2021
branch: branch,
@@ -51,6 +52,7 @@
5152
//create and update the project
5253
resp = jelastic.env.vcs.CreateProject({
5354
envName: p.envName,
55+
nodeGroup: p.nodeGroup,
5456
session: p.session,
5557
type: p.type,
5658
context: p.context,

0 commit comments

Comments
 (0)