Skip to content

Instantly share code, notes, and snippets.

@varunpalekar
Last active November 1, 2017 19:02
Show Gist options
  • Save varunpalekar/29993bde7dc2be0905170743c80ef257 to your computer and use it in GitHub Desktop.
Save varunpalekar/29993bde7dc2be0905170743c80ef257 to your computer and use it in GitHub Desktop.
gitlab

Download artifacts

You can download artifact through private-token or job_token of gitlab api.

1. Download latest artifact of a branch/ref

Project Name: gm%2Fcom

Ref/Branch name: develop

Job Name: maven_build

https://git.autodatacorp.org/api/v4/projects/gm%2Fcom/jobs/artifacts/develop/browse?job=maven_build

2. Download latest file of an artifact of a branch/ref

Project Name: gm%2Fcom

Ref/Branch name: develop

Job Name: maven_build

File Name: platforms/spring-boot/app-0.0.0.war

https://git.autodatacorp.org/gm/com/-/jobs/artifacts/develop/raw/platforms/spring-boot/app-0.0.0.war?job=maven_build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment