forked from remote/site-ffmuc
Jenkins shall sign the build
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ node {
|
||||
checkout scm
|
||||
|
||||
stage 'Build'
|
||||
sh "make V=s"
|
||||
sh "make sign V=s"
|
||||
|
||||
stage 'Archive'
|
||||
archive 'output/**/*'
|
||||
|
||||
Reference in New Issue
Block a user