Compare commits

...

5 Commits

Author SHA1 Message Date
6d3aa5a694 Update dependency jasmine-spec-reporter to v7
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 15:39:13 +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') {
when {
allOf {
expression { return env.BRANCH_NAME == 'master' }
expression { return params.SKIP_PUBLISH != true }
expression { return params.SKIP_CLUSTER_UPDATE != true }
}
}
steps {
build job: 'infra/cluster-conf-update', parameters: [
string(name:"STACK", value:"charlyghislaindotcom"),
string(name:"VALUES_FILE", value:"values.yaml"),
string(name:"VALUES_KEY", value:".deployment.imageTag"),
string(name:"VALUES_VALUE", value:"\"${VERSION}\""),
build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
]
}
}

14022
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,14 +37,14 @@
"@types/luxon": "^2.3.1",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}