Attempt to fix hanging build.
gitea/icedream/freetz-7362sl/master Something is wrong with the build of this commit
Details
gitea/icedream/freetz-7362sl/master Something is wrong with the build of this commit
Details
parent
eff6bfea99
commit
e7ed1e7069
|
@ -34,13 +34,13 @@ node("linux && amd64 && docker") {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh """
|
sh """
|
||||||
cd /freetz
|
cd /freetz
|
||||||
su freetz -c \"sh -c 'umask 0022 && exec make oldconfig'\"
|
su freetz -c \"sh -ec 'umask 0022 && make oldconfig'\"
|
||||||
"""
|
"""
|
||||||
timeout(activity: true, time: 10) { // Time out after 10 min of inactivity
|
timeout(activity: true, time: 10) { // Time out after 10 min of inactivity
|
||||||
retry(10) {
|
retry(10) {
|
||||||
sh """
|
sh """
|
||||||
cd /freetz
|
cd /freetz
|
||||||
su freetz -c \"sh -c 'umask 0022 && exec make'\"
|
su freetz -c \"sh -ec 'umask 0022 && make'\"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue