You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello!
Since yesterday a pipeline that I've running over three years started given an error like this:
make: command not found
In one of the commands in this pipeline I do make a call to old good make to run a few things and it don't work anymore without I've change anything in the pipeline configuration or even the image.
Can someone point me some path do resolve it?
Tks
Hi @Gleison Silva ,
Erez gave a good suggestion. I just wanted to add, please make sure that you haven't defined a workspace, repository, or deployment variable named PATH; this is also a common issue for such an error. This happens because the shell uses PATH to find commands, so if you replace its usual list of locations then certain commands won't work anymore.
Kind regards,
Theodora
My hunch is that your base image needs to be upgraded.
Most base image contains OS distros which in turn are based on applications like package managers, which sometimes restrict the downloads for old OS versions. For example, see this question: https://community.atlassian.com/t5/Bitbucket-questions/Recently-Pipeline-apt-get-update-Fails/qaq-p/2340127#M93155 for an apt command which stopped working on debbian 9.
As a start, I would suggest to check the dockerfile of your base image and see if there are newer tags for this image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.