admin管理员组文章数量:1432640
I am using
docker.image(container_url).inside('-u root --platform linux/arm64') {
sh 'ls -al'
dir(path_to_bin_dir) {
call_my_function()
}
I have the qemu container starting before i do docker.image
.
my ls -al
returns nothing (empty). It is supposed to have my code base directory downloaded and the path_to_bin_dir
dir inside is also existing.
I downloaded the image and ran it, I see everything nicely laid out (this is all manual process). Why can't jenkins see it?
this is the output of my ls
command
floppy 4096 Nov 14 21:33 .
floppy 4096 Nov 14 21:33 ..
TIA
本文标签: continuous integrationjenkins fails for docker pluginStack Overflow
版权声明:本文标题:continuous integration - jenkins fails for docker plugin - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745600468a2665534.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论