You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XLR Bamboo - Run works as expected.
Q. How can we pass the build number to other phase? Other phase - > create release or deployment phase.
XLR Bamboo - Create Release:
Q. I could not create release in incremental order. For example release-1 to release-2.
Q. Now I on different environment. I am seeing following error.
Executing CreateRelease.py
Executing getProjectId() with projectName XLR-Test
Exception during execution: com.xhaus.jyson.JSONDecodeError: com.xhaus.jyson.JSONDecodeError: Unable to decode ' at line number 44
XLR Bamboo - Deployment
Q. I was not able to pass bamboo build number. I had to manually update on the phase.
Q. I was not able to deploy to target using incremental order?
The text was updated successfully, but these errors were encountered:
Hi rbusal,
To pass the build number to another phase, you can use a text variable. Just type, for example, ${bambooBuildNumber} in the output property labelled Build Number. You'll need to press "Create" on the dropdown if the variable does not already exist. Then you can use the variable in subsequent tasks. See https://docs.xebialabs.com/v.10.2/release/concept/variables-in-xl-release/ for some documentation on variables.
For the JSON decode error -- I believe I've seen that before when a request times out. A more informative error would be helpful here.
For incremental order for releases, we will have to look further. Perhaps Bamboo supports a flag on the API call for that and we could easily add that option if it's available.
XLR Bamboo - Run works as expected.
Q. How can we pass the build number to other phase? Other phase - > create release or deployment phase.
XLR Bamboo - Create Release:
Q. I could not create release in incremental order. For example release-1 to release-2.
Q. Now I on different environment. I am seeing following error.
Executing CreateRelease.py
Executing getProjectId() with projectName XLR-Test
Exception during execution: com.xhaus.jyson.JSONDecodeError: com.xhaus.jyson.JSONDecodeError: Unable to decode ' at line number 44
XLR Bamboo - Deployment
Q. I was not able to pass bamboo build number. I had to manually update on the phase.
Q. I was not able to deploy to target using incremental order?
The text was updated successfully, but these errors were encountered: