Update Jenkinsfile

migrating build server
This commit is contained in:
Zheyuan Wu
2025-06-24 18:29:55 -05:00
parent 2384174824
commit e520146bc3

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
environment {
registry = "trance0/notenextra"
version = "1.0"
version = "1.1"
NODE_OPTIONS = "--max-old-space-size=8192"
}