Compare commits

...

2 Commits

Author SHA1 Message Date
9b2cb3f6be Update dependency ts-node to v10
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 11:41:49 +00: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 177 additions and 13848 deletions

7
Jenkinsfile vendored
View File

@ -74,11 +74,8 @@ pipeline {
} }
} }
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}\""),
] ]
} }
} }

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