ci: fix changelog version generation
All checks were successful
arcad/emissary/pipeline/head This commit looks good
All checks were successful
arcad/emissary/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -65,6 +65,8 @@ pipeline {
|
||||
"""
|
||||
}
|
||||
|
||||
String currentVersion = sh(script: 'make version', returnStdout: true).trim()
|
||||
|
||||
build(
|
||||
job: "../emissary-firmware/${env.GIT_BRANCH}",
|
||||
parameters: [
|
||||
|
Reference in New Issue
Block a user