最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

continuous integration - jenkins fails for docker plugin - Stack Overflow

matteradmin7PV0评论

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

Post a comment

comment list (0)

  1. No comments so far