Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

maven success and docker build fails

Santhosh Durai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 23, 2024

maven is build got success but after that build the docker fails bash: Build: command not found

my image is

image: maven:3.9.5

docker cache also failed

Cache "docker: docker.tar": Downloading Cache "docker: docker.tar": Not found Cache

1 answer

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 26, 2024

Hello @Santhosh Durai ,

and welcome to the Community!

The issue with command not found is usually caused by one of the following scenarios:

  • The command has been misspelled
  • The utility/program you're trying to execute is not part of the image you're using or has not been installed correctly
  • There's a PATH variable configured in your workspace/repository/deployment that is causing conflict with the default PATH variable.

The steps to mitigate this issue are different based on which of the above scenarios is affecting your build, and we have a detailed article on the topic with suggested solutions to help diagnose and fix this issue which can help you move forward:

If after going through that article you have any questions, please let us know.

As for the cache issue, caches are only generated in successful steps and expire in 7 days. Since your build is failing, it didn't generate a new cache, and any old cache you may had from a previous success build likely expired because it was older than 7 days. In this case, a new cache will be generated in the following successful build.

I hope that helps :) Should you have any questions, feel free to ask.

Thank you, @Santhosh Durai !
Patrik S

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events