ServiceNow GitLab Spoke Integration - Partner Questions
-
If customer uses mvn build (or simple ‘mvn clean install’ command) in his pipeline then after successful run of the pipeline the rest api to get jobs info (for ex https://gitlab.com/api/v4/projects/36387185/pipelines/545182627/jobs ) is not including the artifacts (or jars / wars/ bin files) information. The response is having log file as artifact information which is not the actual artifact. Is there any way to get the artifacts created as part of the pipeline execution?
-
If Gitlab pipeline uploads an artifact to jFrog or download an artifact from jFrog in yaml pipeline, that artifact information is not including in get jobs rest api ( https://gitlab.com/api/v4/projects/21708391/pipelines/202659692/jobs ). Is there any way / rest api to get the jFrog artifact details which created/ used in gitlab pipeline execution.