Time out after 10 minutes of inactivity.
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
3460e43ff2
commit
edeacbad50
|
@ -36,11 +36,13 @@ node("linux && amd64 && docker") {
|
|||
cd /freetz
|
||||
su freetz -c \"sh -c 'umask 0022 && make oldconfig'\"
|
||||
"""
|
||||
retry(10) {
|
||||
sh """
|
||||
cd /freetz
|
||||
su freetz -c \"sh -c 'umask 0022 && make'\"
|
||||
"""
|
||||
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'\"
|
||||
"""
|
||||
}
|
||||
}
|
||||
sh """
|
||||
cd /freetz
|
||||
|
|
Loading…
Reference in New Issue