1) my product is confluence 5.7.3
2) my bitbucket-pipelines.yml setting
When run pipeline error mesage"bash: atlas-version: command not found" has display
I'm a new bee and i'm studying, so don't know why that message has displayed.
i thing below image config was problem but i can't fix it.
"image: atlassian/confluence-server:6.3-jdk8"
Please help me!
@hai The image you are using i.e. 'atlassian/confluence-server' doesn't contain Atlassian CLI tools from Atlassian SDK.
If you want to run commands like `atlas-cli` from Atlassian SDK CLI, you will different image with Atlassian SDK in it, for example, 'translucent/atlassian-plugin-sdk'.
i try change to an another image.
there are error has resolve but another erorr has display
my image name
image version (i things so)
My prjoject Pom file
I thing my atlassion version project not corect with image atlas-sdk version
but I don’t know how to get exactly image for may project
please help me
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.