continuous integration - jenkins fails for docker plugin - Stack Overflow

I am usingdocker.image(container_url).inside('-u root --platform linuxarm64') {sh 'ls

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

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745600469a4635369.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信