jobs/updateSrcRev: removed ./ from archiving artifact
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
05a5786bb3
commit
b93c05ff47
|
|
@ -138,7 +138,7 @@ def commitAndPushTheChanges(commonHelpers, repoDir, origBranch) {
|
|||
def commitMsg = "srcrev: updated source revisions by Jenkins Job"
|
||||
def nightlyBranch = "nightly"
|
||||
def usedBranch = "${origBranch}"
|
||||
def branchFile = "./${env.NIGHTLY_BRANCH_FILE}"
|
||||
def branchFile = "${env.NIGHTLY_BRANCH_FILE}"
|
||||
|
||||
dir(repoDir) {
|
||||
if(sh(returnStdout: true, script: "git status | grep \"modified:\" | wc -l").toInteger() != 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue