Use exec.
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
edeacbad50
commit
eff6bfea99
|
@ -34,13 +34,13 @@ node("linux && amd64 && docker") {
|
|||
ansiColor('xterm') {
|
||||
sh """
|
||||
cd /freetz
|
||||
su freetz -c \"sh -c 'umask 0022 && make oldconfig'\"
|
||||
su freetz -c \"sh -c 'umask 0022 && exec make oldconfig'\"
|
||||
"""
|
||||
timeout(activity: true, time: 10) { // Time out after 10 min of inactivity
|
||||
retry(10) {
|
||||
sh """
|
||||
cd /freetz
|
||||
su freetz -c \"sh -c 'umask 0022 && make'\"
|
||||
su freetz -c \"sh -c 'umask 0022 && exec make'\"
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue