Edoardo Luppi
01/31/2024, 4:56 PMyarn.lock
checks.
I've just updated an npm dependency, run gradle kotlinUpgradeYarnLock
, and committed + pushed the yarn.lock
changes.
Locally builds fine, on Jenkins it returns:
00:02:51.294 FAILURE: Build failed with an exception.
00:02:51.294
00:02:51.294 * What went wrong:
00:02:51.294 Execution failed for task ':kotlinStoreYarnLock'.
00:02:51.294 > yarn.lock was changed. Run the `kotlinUpgradeYarnLock` task to actualize yarn.lock file
Am I supposed to run kotlinUpgradeYarnLock
on the Jenkins pipeline too, or should it work straight away? I don't recall this issue in the past.Edoardo Luppi
01/31/2024, 5:02 PMkotlinUpgradeYarnLock
manually on the CI disk, and the yarn.lock
file has remained exactly the same.
But now it doesn't complain? Mmmh, I don't get ithfhbd
01/31/2024, 9:31 PMEdoardo Luppi
01/31/2024, 9:41 PMandylamax
02/01/2024, 3:21 AMEdoardo Luppi
02/01/2024, 8:27 AMandylamax
02/01/2024, 8:34 AM