1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Create tarballs in Jenkins.

Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
This commit is contained in:
Guillaume Rose
2019-07-17 10:26:03 +02:00
parent 88f932172b
commit 86b653a9f1
2 changed files with 14 additions and 9 deletions
Vendored
+4 -2
View File
@@ -28,7 +28,8 @@ pipeline {
sh 'apt-get update && apt-get install -y libsecret-1-dev pass'
sh 'make deps fmt lint test'
sh 'make pass secretservice'
archiveArtifacts 'bin/docker-credential-*'
sh 'make linuxrelease'
archiveArtifacts 'release/docker-credential-*'
}
}
}
@@ -45,7 +46,8 @@ pipeline {
dir('src/github.com/docker/docker-credential-helpers') {
sh 'make deps fmt lint test'
sh 'make osxcodesign'
archiveArtifacts 'bin/docker-credential-*'
sh 'make osxrelease'
archiveArtifacts 'release/docker-credential-*'
}
}
}