mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: lib: add debug directory listings
This commit is contained in:
parent
9bf4f922da
commit
f33c910f68
@ -88,6 +88,7 @@ def call(description, pkgList) {
|
|||||||
userRemoteConfigs: [[url: pkg.scmUrl]]])
|
userRemoteConfigs: [[url: pkg.scmUrl]]])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sh "pwd; ls -al"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -105,6 +106,7 @@ def call(description, pkgList) {
|
|||||||
script {
|
script {
|
||||||
pkgList.each { pkg ->
|
pkgList.each { pkg ->
|
||||||
dir(pkg.name) {
|
dir(pkg.name) {
|
||||||
|
sh "pwd; ls -al"
|
||||||
sh pkg.buildCmd
|
sh pkg.buildCmd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user