Update Jenkinsfile to new parameter for name
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-11-17 21:34:13 +01:00
parent b4e2ea447e
commit 3f67a9c784
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@
"Fooxly.themeswitch", "Fooxly.themeswitch",
"EditorConfig.EditorConfig", "EditorConfig.EditorConfig",
"rvest.vs-code-prettier-eslint", "rvest.vs-code-prettier-eslint",
"wix.vscode-import-cost" "wix.vscode-import-cost",
"mia-hall.vscode-git-branch-sidebar"
] ]
} }
} }

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@
import FrontendBuild import FrontendBuild
FrontendBuild({ FrontendBuild({
name = 'seedling' appName = 'seedling'
runLint = false runLint = false
runUnitTest = false runUnitTest = false
runE2ETest = false runE2ETest = false