Fix Jenkins not being able to deal with `sh` in `/freetz`.
parent
a211dc6f83
commit
bc9a059f4f
|
@ -10,11 +10,12 @@ node("linux && amd64 && docker") {
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
dir("/freetz") {
|
|
||||||
sh """
|
sh """
|
||||||
cd ${pwd()}
|
cd /freetz
|
||||||
su freetz -c \"sh -c 'umask 0022 && make oldconfig && make'\"
|
su freetz -c \"sh -c 'umask 0022 && make oldconfig && make'\"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
dir("/freetz") {
|
||||||
archive "images/**,outboard/**"
|
archive "images/**,outboard/**"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue