This commit is contained in:
Zheyuan Wu
2025-03-07 10:50:15 -06:00
parent 1fc749641f
commit 2dccc64e10
6 changed files with 205 additions and 2 deletions

1
Jenkinsfile vendored
View File

@@ -2,6 +2,7 @@ pipeline {
environment {
registry = "trance0/notenextra"
version = "1.0"
NODE_OPTIONS = "--max-old-space-size=8192"
}
agent any