Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e6727c83f1 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
|||||||
|
|
||||||
sh 'ARCH_TARGETS="amd64 arm arm64" make release'
|
sh 'ARCH_TARGETS="amd64 arm arm64" make release'
|
||||||
|
|
||||||
def attachments = sh(returnStdout: true, script: 'find release -maxdepth 1 -type f').split(' ')
|
def attachments = sh(returnStdout: true, script: 'ls release/*.tar.gz').split(' ')
|
||||||
gitea.release('forge-jenkins', 'Cadoles', 'go-http-peering', [
|
gitea.release('forge-jenkins', 'Cadoles', 'go-http-peering', [
|
||||||
'attachments': attachments,
|
'attachments': attachments,
|
||||||
'isDraft': false,
|
'isDraft': false,
|
||||||
|
Reference in New Issue
Block a user