Update Jenkinsfile:

Correct the path of script
This commit is contained in:
Jacob He 2018-11-05 14:44:48 +08:00
parent 90c7f89742
commit 53e31cb92f

2
Jenkinsfile vendored
View File

@ -22,5 +22,5 @@ pipeline {
def runScript() {
def workDir = "${WORKSPACE}"
sh "python ${WORKSPACE}/bin/amdvlk_build_deb_from_tag.py -w ${WORKSPACE} -a ${githubToken}"
sh "python ${WORKSPACE}/utils/amdvlk_build_deb_from_tag.py -w ${WORKSPACE} -a ${githubToken}"
}