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

2
Jenkinsfile vendored
View file

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