Compare commits

..

2 commits

Author SHA1 Message Date
5d92ee857d Update dependency @types/jest to v29.5.11
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master Build started...
2023-12-08 08:24:46 +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
})