Changed version getting3
test-org/runner-rs/pipeline/pr-master There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-master There was a failure building this commit
Details
parent
8174affa51
commit
c23c437abb
|
|
@ -72,7 +72,7 @@ pipeline {
|
|||
def targetDirAmd = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/amd64"
|
||||
def targetDirRisc = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/riscv64"
|
||||
def packageName = "noxis"
|
||||
def version = sh(script: "git describe --tags --abbrev=0)", returnStdout: true).trim()
|
||||
def version = sh(script: "git describe --tags --abbrev=0", returnStdout: true).trim()
|
||||
def createDebPackage = { arch, binDir, targetDir, installSize ->
|
||||
echo "Creating deb package for ${arch}..."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue