ci: fix path to build.json

This commit is contained in:
Siddarth Kumar 2024-12-16 16:08:01 +05:30
parent 48d46e996d
commit 9e282d5759
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
steps {
script {
nix.develop('yarn build')
jenkins.genBuildMetaJSON('build/build.json')
jenkins.genBuildMetaJSON('out/build.json')
}
}
}