outsystems-pipeline icon indicating copy to clipboard operation
outsystems-pipeline copied to clipboard

Python package and pipeline examples to accelerate the integration of OutSystems with third-party CI/CD tools

Results 10 outsystems-pipeline issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/OutSystems/outsystems-pipeline/assets/24602192/8c589113-4d0c-4a12-be70-e084d08c4643) Suggested value and sample value for variables AIMentorStudio.Thresholds.SecurityFindingsCount and AIMentorStudio.Thresholds.TechDebtLevel seems incorrect. Thank you.

Hi, I was getting this error on my pipeline: `##[error]ENOENT: no such file or directory, stat '/home/vsts/work/1/scripts/tech_debt_validation.py'` It seems to be because the checked-out repository code goes to `/home/vsts/work/1/s` directory...

Please, note that the [INSTALL.md](https://github.com/OutSystems/outsystems-pipeline/blob/c8007f8cbbc70767bf87c8eb276e29253b5826fd/INSTALL.md) has a wrong path to the build-requirements.txt: `On the root dir run: pip install -q -I -r cd_pipelines/requirements.txt` In the current project structure the correct...

Hi, I'm getting this error when one of the tests scenarios fails: ``` Running tests... ---------------------------------------------------------------------- .F ====================================================================== FAIL [0.309s]: test_MyProductTests__Scenario_2 (__main__.BDDTestRunner) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/vsts/work/1/s/outsystems/pipeline/evaluate_test_results.py",...

Hi, Trying to find out what is going wrong, but I did notice the URL's generated by the python script also includes the InternalError page, which does not contain any...

import java.net.URL //import org.boon.Boon import groovy.json.JsonSlurper def host = "localhost" def port = 8080 def slurper = new JsonSlurper() def applications = slurper.parse(new URL("http://${host}:${port}/job/OutSystems/job/FetchLifeTimeData/lastSuccessfulBuild/artifact/applications.json")) ......... ![Jenkins_groovy_script_error](https://user-images.githubusercontent.com/76396169/121501552-4e817700-ca1a-11eb-9fee-b0acf89e4f61.PNG)

Currently testing the azure-pipeline, but am at the following error: ``` 2020-02-18T13:04:55.9656326Z ##[section]Starting: Evaluate Test Results 2020-02-18T13:04:55.9803415Z ============================================================================== 2020-02-18T13:04:55.9803512Z Task : PowerShell 2020-02-18T13:04:55.9803551Z Description : Run a PowerShell script on...

@rrmendes and @duarte-castano, please review my edits. These strings are used to "semi-automatically" generate this page in the Wiki: https://github.com/OutSystems/outsystems-pipeline/wiki/outsystems.pipeline-command-line-reference