-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/@angular/core-7.0.2
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
.../OpenSourceProjects_Storybook/patches/buildTypes/2b9c73e2-0a6e-47ca-95ae-729cac42be2b.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package OpenSourceProjects_Storybook.patches.buildTypes | ||
|
||
import jetbrains.buildServer.configs.kotlin.v2017_2.* | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.triggers.RetryBuildTrigger | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.triggers.retryBuild | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.ui.* | ||
|
||
/* | ||
This patch script was generated by TeamCity on settings change in UI. | ||
To apply the patch, change the buildType with uuid = '2b9c73e2-0a6e-47ca-95ae-729cac42be2b' (id = 'OpenSourceProjects_Storybook_Build_2') | ||
accordingly, and delete the patch script. | ||
*/ | ||
changeBuildType("2b9c73e2-0a6e-47ca-95ae-729cac42be2b") { | ||
triggers { | ||
val trigger1 = find<RetryBuildTrigger> { | ||
retryBuild { | ||
delaySeconds = 60 | ||
} | ||
} | ||
trigger1.apply { | ||
enabled = false | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ty/OpenSourceProjects_Storybook/patches/projects/69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package OpenSourceProjects_Storybook.patches.projects | ||
|
||
import jetbrains.buildServer.configs.kotlin.v2017_2.* | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.Project | ||
import jetbrains.buildServer.configs.kotlin.v2017_2.ui.* | ||
|
||
/* | ||
This patch script was generated by TeamCity on settings change in UI. | ||
To apply the patch, change the project with uuid = '69382d9b-7791-418a-9ff6-1c83b86ed6b5' (id = 'OpenSourceProjects_Storybook') | ||
accordingly, and delete the patch script. | ||
*/ | ||
changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") { | ||
params { | ||
expect { | ||
param("docker.node.version", "latest") | ||
} | ||
update { | ||
param("docker.node.version", "dubnium") | ||
} | ||
} | ||
} |