fix(jenkins): do not trigger emissary-firmware with dirty tag
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
06b1235707
commit
18eb2d30c5
|
@ -51,12 +51,13 @@ pipeline {
|
|||
sh 'make gitea-release'
|
||||
}
|
||||
def currentVersion = sh(returnStdout: true, script: 'make full-version').trim()
|
||||
build(
|
||||
job: "../emissary-firmware/${env.GIT_BRANCH}",
|
||||
parameters: [
|
||||
[$class: 'StringParameterValue', name: 'emissaryRelease', value: currentVersion]
|
||||
]
|
||||
)
|
||||
sh 'git status'
|
||||
// build(
|
||||
// job: "../emissary-firmware/${env.GIT_BRANCH}",
|
||||
// parameters: [
|
||||
// [$class: 'StringParameterValue', name: 'emissaryRelease', value: currentVersion]
|
||||
// ]
|
||||
// )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue