Hi There was hoping someone could assist in anyway , i am new to bitbucketPipe lines and use it to run my automation scripts in parralell in my code i have a value that needs to be checked against a new version of software , however in order for this value to be updated i need to update the code and then push which runs the pipeline again , my goal is try to configure this value in bitbucket let the code use this value to assert against and in the same pipeline without changing locally first then pushing, not sure if this is possible eg :
Value1 == value2 Value1 will be obtained by the selenium script Value2 I would like to set in bitbucket