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,12 +36,14 @@ node("linux && amd64 && docker") {
|
||||||
cd /freetz
|
cd /freetz
|
||||||
su freetz -c \"sh -c 'umask 0022 && make oldconfig'\"
|
su freetz -c \"sh -c 'umask 0022 && make oldconfig'\"
|
||||||
"""
|
"""
|
||||||
|
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 && make'\"
|
su freetz -c \"sh -c 'umask 0022 && make'\"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
}
|
||||||
sh """
|
sh """
|
||||||
cd /freetz
|
cd /freetz
|
||||||
cp -r images outboard \"${env.WORKSPACE}\"
|
cp -r images outboard \"${env.WORKSPACE}\"
|
||||||
|
|
Loading…
Reference in New Issue