11
Views
2
Comments
Solved
[Trigger Pipeline] [Trigger Pipeline] Bash Error in Azure DevOps
Question
trigger-pipeline
Web icon
Forge asset by OutSystems Lab
Application Type
Traditional Web

We had help from OutSystems setting up Pipeline Triggers a few months ago. Now we are getting this bash error, any help would be appreciated.


2019-03-18 15-58-58
Duarte Castaño
Staff
Solution

Hi Bret,

That is most likely because the Python version on which you are executing the scripts is greater than v3.8. Fortunately, we have published a new version of the outsystems-pipeline python package that resolves the xunitparser dependency.

Most likely, you only need to update the value of the OSPackage.Version variable to 0.6.0  within the pipeline variable group.


Regards,
Duarte Castaño | DevOps Domain Expert



UserImage.jpg
Bret Goff

Thank you @Duarte Castaño that worked!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.