commit | fb68cacce70381baabbea9565c64a5f99c2a9029 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Fri Sep 01 14:05:44 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Fri Sep 01 14:05:44 2017 -0700 |
tree | 0671544492765ddc78525b416c5c3503520ba352 | |
parent | 46e30a145c7f89c221b555481d76b7524fb75665 [diff] |
Add path to validate_manifest.sh Change-Id: I1be75f514857e720c6b78d388b15046e1ff75493
diff --git a/Jenkinsfile b/Jenkinsfile index 03402b4..117f70c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -28,7 +28,7 @@ } def validateXMLwithDTD() { - sh returnStdout: true, script: 'validate_manifest.sh' + sh returnStdout: true, script: './validate_manifest.sh' } int checkBranchExists(def proj) {