Compare commits

...

2 Commits

Author SHA1 Message Date
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
3 changed files with 176 additions and 13843 deletions

1
Jenkinsfile vendored
View File

@ -69,6 +69,7 @@ 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 }
} }

14016
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
} }