Compare commits
No commits in common. "857c5c2b19d751f569ab8b607a33890747eb7b3a" and "4ea7b8c0cd7c71ee35e8663d27f42e674b536f02" have entirely different histories.
857c5c2b19
...
4ea7b8c0cd
|
@ -12,6 +12,6 @@ node('arm') {
|
|||
sh "podman build -t ${containerName} -f Containerfile"
|
||||
}
|
||||
stage('Build Wheels') {
|
||||
sh "podman run -w ${WORKSPACE} -v ${WORKSPACE}:${WORKSPACE} ${containerName} sh build.sh"
|
||||
sh "podman run -w ${WORKSPACE} -v ${WORKSPACE}:${WORKSPACE}:z ${containerName} sh build.sh"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue