4658-createWorker #1236

Merged
alexm merged 35 commits from 4658-createWorker into dev 2023-01-23 07:30:52 +00:00
3 changed files with 699 additions and 654 deletions
Showing only changes of commit 14d13acae5 - Show all commits

3
.gitignore vendored
View File

@ -2,10 +2,11 @@ coverage
node_modules node_modules
dist dist
storage storage
.idea
npm-debug.log npm-debug.log
.eslintcache .eslintcache
datasources.*.json datasources.*.json
print.*.json print.*.json
db.json db.json
junit.xml junit.xml
.DS_Store .DS_Store

15
Jenkinsfile vendored
View File

@ -1,5 +1,4 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
pipeline { pipeline {
agent any agent any
options { options {
@ -62,13 +61,13 @@ pipeline {
} }
} }
} }
// stage('Backend') { stage('Backend') {
// steps { steps {
// nodejs('node-v14') { nodejs('node-v14') {
// sh 'npm run test:back:ci' sh 'npm run test:back:ci'
// } }
// } }
// } }
} }
} }
stage('Build') { stage('Build') {

1335
package-lock.json generated

File diff suppressed because it is too large Load Diff