@toptal/davinci-ci 1.14.8-alpha-bump-react-refresh-webpack-plugin.15 → 1.15.1-alpha-fx-2579-allow-external-imports-in-no-restricted-imports-monorepo-rule.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
- package/src/configs/jobs/deploy/config.xml +107 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1259](https://github.com/toptal/davinci/pull/1259) [`878bb763`](https://github.com/toptal/davinci/commit/878bb76396465641b94edf8c780938fefaa31b42) Thanks [@fbueno](https://github.com/fbueno)! - Add the ability to create deployment jobs on main and deploy
|
|
8
|
+
|
|
3
9
|
## 1.14.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.1-alpha-fx-2579-allow-external-imports-in-no-restricted-imports-monorepo-rule.2+175f51f8",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@commitlint/cli": "^16.2.4",
|
|
34
34
|
"@commitlint/config-conventional": "^16.0.0",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.5.2-alpha-
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.5.2-alpha-fx-2579-allow-external-imports-in-no-restricted-imports-monorepo-rule.87+175f51f8",
|
|
36
36
|
"danger": "^11.0.5",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "175f51f810c296c1fce8eae90f6e8cc27fe69f01"
|
|
40
40
|
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
<flow-definition plugin="workflow-job@2.35">
|
|
2
|
+
<actions>
|
|
3
|
+
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobAction plugin="pipeline-model-definition@1.3.9" />
|
|
4
|
+
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobPropertyTrackerAction plugin="pipeline-model-definition@1.3.9">
|
|
5
|
+
<jobProperties>
|
|
6
|
+
<string>jenkins.model.BuildDiscarderProperty</string>
|
|
7
|
+
</jobProperties>
|
|
8
|
+
<triggers />
|
|
9
|
+
<parameters>
|
|
10
|
+
<string>HELM_BRANCH</string>
|
|
11
|
+
<string>REPOSITORY_NAME</string>
|
|
12
|
+
<string>TAG</string>
|
|
13
|
+
<string>RELEASE</string>
|
|
14
|
+
<string>ENV</string>
|
|
15
|
+
</parameters>
|
|
16
|
+
<options>
|
|
17
|
+
<string>skipDefaultCheckout</string>
|
|
18
|
+
</options>
|
|
19
|
+
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobPropertyTrackerAction>
|
|
20
|
+
</actions>
|
|
21
|
+
<description />
|
|
22
|
+
<keepDependencies>false</keepDependencies>
|
|
23
|
+
<properties>
|
|
24
|
+
<hudson.model.ParametersDefinitionProperty>
|
|
25
|
+
<parameterDefinitions>
|
|
26
|
+
<hudson.model.StringParameterDefinition>
|
|
27
|
+
<name>HELM_BRANCH</name>
|
|
28
|
+
<description>Helm branch</description>
|
|
29
|
+
<defaultValue>master</defaultValue>
|
|
30
|
+
<trim>false</trim>
|
|
31
|
+
</hudson.model.StringParameterDefinition>
|
|
32
|
+
<hudson.model.StringParameterDefinition>
|
|
33
|
+
<name>REPOSITORY_NAME</name>
|
|
34
|
+
<description>Name of repository</description>
|
|
35
|
+
<defaultValue />
|
|
36
|
+
<trim>false</trim>
|
|
37
|
+
</hudson.model.StringParameterDefinition>
|
|
38
|
+
<hudson.model.StringParameterDefinition>
|
|
39
|
+
<name>TAG</name>
|
|
40
|
+
<description>Image tag to deploy</description>
|
|
41
|
+
<defaultValue />
|
|
42
|
+
<trim>false</trim>
|
|
43
|
+
</hudson.model.StringParameterDefinition>
|
|
44
|
+
<hudson.model.StringParameterDefinition>
|
|
45
|
+
<name>RELEASE</name>
|
|
46
|
+
<description>Release name</description>
|
|
47
|
+
<defaultValue />
|
|
48
|
+
<trim>false</trim>
|
|
49
|
+
</hudson.model.StringParameterDefinition>
|
|
50
|
+
<hudson.model.StringParameterDefinition>
|
|
51
|
+
<name>ENV</name>
|
|
52
|
+
<description>Environment values in format ENV.key1=value1,ENV.key2=value2</description>
|
|
53
|
+
<defaultValue>ENV=null</defaultValue>
|
|
54
|
+
<trim>false</trim>
|
|
55
|
+
</hudson.model.StringParameterDefinition>
|
|
56
|
+
</parameterDefinitions>
|
|
57
|
+
</hudson.model.ParametersDefinitionProperty>
|
|
58
|
+
<hudson.plugins.jira.JiraProjectProperty plugin="jira@3.0.7" />
|
|
59
|
+
<jenkins.model.BuildDiscarderProperty>
|
|
60
|
+
<strategy class="hudson.tasks.LogRotator">
|
|
61
|
+
<daysToKeep>-1</daysToKeep>
|
|
62
|
+
<numToKeep>20</numToKeep>
|
|
63
|
+
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
|
64
|
+
<artifactNumToKeep>-1</artifactNumToKeep>
|
|
65
|
+
</strategy>
|
|
66
|
+
</jenkins.model.BuildDiscarderProperty>
|
|
67
|
+
<com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty plugin="build-failure-analyzer@1.20.0">
|
|
68
|
+
<doNotScan>false</doNotScan>
|
|
69
|
+
</com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty>
|
|
70
|
+
<com.coravy.hudson.plugins.github.GithubProjectProperty plugin="github@1.29.4">
|
|
71
|
+
<projectUrl>$PROJECT_URL</projectUrl>
|
|
72
|
+
<displayName />
|
|
73
|
+
</com.coravy.hudson.plugins.github.GithubProjectProperty>
|
|
74
|
+
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.0.1">
|
|
75
|
+
<maxConcurrentPerNode>0</maxConcurrentPerNode>
|
|
76
|
+
<maxConcurrentTotal>0</maxConcurrentTotal>
|
|
77
|
+
<categories class="java.util.concurrent.CopyOnWriteArrayList" />
|
|
78
|
+
<throttleEnabled>false</throttleEnabled>
|
|
79
|
+
<throttleOption>project</throttleOption>
|
|
80
|
+
<limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
|
|
81
|
+
<paramsToUseForLimit />
|
|
82
|
+
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
83
|
+
</properties>
|
|
84
|
+
<definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@2.74">
|
|
85
|
+
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.10.1">
|
|
86
|
+
<configVersion>2</configVersion>
|
|
87
|
+
<userRemoteConfigs>
|
|
88
|
+
<hudson.plugins.git.UserRemoteConfig>
|
|
89
|
+
<url>git@github.com:toptal/inf-helm.git</url>
|
|
90
|
+
<credentialsId>jenkins-inf-helm</credentialsId>
|
|
91
|
+
</hudson.plugins.git.UserRemoteConfig>
|
|
92
|
+
</userRemoteConfigs>
|
|
93
|
+
<branches>
|
|
94
|
+
<hudson.plugins.git.BranchSpec>
|
|
95
|
+
<name>master</name>
|
|
96
|
+
</hudson.plugins.git.BranchSpec>
|
|
97
|
+
</branches>
|
|
98
|
+
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
|
|
99
|
+
<submoduleCfg class="list" />
|
|
100
|
+
<extensions />
|
|
101
|
+
</scm>
|
|
102
|
+
<scriptPath>Jenkinsfile</scriptPath>
|
|
103
|
+
<lightweight>true</lightweight>
|
|
104
|
+
</definition>
|
|
105
|
+
<triggers />
|
|
106
|
+
<disabled>false</disabled>
|
|
107
|
+
</flow-definition>
|