Compare commits

...

5 Commits

Author SHA1 Message Date
a69de1233a Update dependency core-js to v3
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 15:39:06 +00:00
381a7a450e Merge pull request 'Update dependency ts-node to v10' (#27) from renovate_ts-node-10.x into master
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
Reviewed-on: #27
2022-04-18 15:35:50 +00:00
8e7225fc60 Update dependency ts-node to v10
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:31:57 +00:00
97ceb9ae86 Jenkinsfile: do not deploy feature branches
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 13:46:02 +02:00
66318bcd77 Jenkinsfile: run new release job
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 12:54:15 +02:00
3 changed files with 182 additions and 13852 deletions

8
Jenkinsfile vendored
View File

@ -69,16 +69,14 @@ pipeline {
stage ('Update cluster') { stage ('Update cluster') {
when { when {
allOf { allOf {
expression { return env.BRANCH_NAME == 'master' }
expression { return params.SKIP_PUBLISH != true } expression { return params.SKIP_PUBLISH != true }
expression { return params.SKIP_CLUSTER_UPDATE != true } expression { return params.SKIP_CLUSTER_UPDATE != true }
} }
} }
steps { steps {
build job: 'infra/cluster-conf-update', parameters: [ build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
string(name:"STACK", value:"charlyghislaindotcom"), string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
string(name:"VALUES_FILE", value:"values.yaml"),
string(name:"VALUES_KEY", value:".deployment.imageTag"),
string(name:"VALUES_VALUE", value:"\"${VERSION}\""),
] ]
} }
} }

14022
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",
"core-js": "^2.6.12", "core-js": "^3.0.0",
"luxon": "^2.3.2", "luxon": "^2.3.2",
"rxjs": "^6.6.7", "rxjs": "^6.6.7",
"tslib": "^2.0.0", "tslib": "^2.0.0",
@ -44,7 +44,7 @@
"karma-jasmine": "~4.0.2", "karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.5.4", "karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~5.0.1", "ts-node": "~10.7.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~4.6.3" "typescript": "~4.6.3"
} }