Compare commits

..

2 commits

Author SHA1 Message Date
5fa6c70f64 Update dependency nightwatch to v3.3.3
Some checks are pending
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-12-08 08:24:50 +00:00
1588b0a821 Update Jenkinsfile
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-12-08 09:16:46 +01:00

2
Jenkinsfile vendored
View file

@ -5,6 +5,6 @@ FrontendBuild({
appName = 'seedling'
runLint = false
runUnitTest = false
runE2ETest = false
runSmokeTest = false
runDockerRelease = false
})