diff --git a/.ci/docs b/.ci/docs index cef770a985d8..7d5394245184 100644 --- a/.ci/docs +++ b/.ci/docs @@ -8,8 +8,8 @@ properties([ def shell_header -timeout(time: global_timeout, unit: 'HOURS') { - node('docs') { +node('docs') { + timeout(time: global_timeout, unit: 'HOURS') { ansiColor('xterm') { timestamps { try { diff --git a/.ci/kitchen-centos7-py2 b/.ci/kitchen-centos7-py2 index 7bbd59daf803..59c19b35af11 100644 --- a/.ci/kitchen-centos7-py2 +++ b/.ci/kitchen-centos7-py2 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/kitchen-centos7-py3 b/.ci/kitchen-centos7-py3 index e3ccee169c77..31b12a5e188c 100644 --- a/.ci/kitchen-centos7-py3 +++ b/.ci/kitchen-centos7-py3 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/kitchen-ubuntu1604-py2 b/.ci/kitchen-ubuntu1604-py2 index b277a3784aed..724dfcd3e719 100644 --- a/.ci/kitchen-ubuntu1604-py2 +++ b/.ci/kitchen-ubuntu1604-py2 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/kitchen-ubuntu1604-py3 b/.ci/kitchen-ubuntu1604-py3 index 9a0ce53ad0a3..2539221c8d00 100644 --- a/.ci/kitchen-ubuntu1604-py3 +++ b/.ci/kitchen-ubuntu1604-py3 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/kitchen-windows2016-py2 b/.ci/kitchen-windows2016-py2 index 59b4dee1eb39..b3c6db665708 100644 --- a/.ci/kitchen-windows2016-py2 +++ b/.ci/kitchen-windows2016-py2 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/kitchen-windows2016-py3 b/.ci/kitchen-windows2016-py3 index 53351462cab9..b5c6f6f84565 100644 --- a/.ci/kitchen-windows2016-py3 +++ b/.ci/kitchen-windows2016-py3 @@ -17,8 +17,8 @@ properties([ ]) ]) -timeout(time: global_timeout, unit: 'HOURS') { - node('kitchen-slave') { +node('kitchen-slave') { + timeout(time: global_timeout, unit: 'HOURS') { withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'AWS_ACCESS_KEY_ID', credentialsId: 'AWS_ACCESS_KEY_ID', diff --git a/.ci/lint b/.ci/lint index acf800797911..81a2678b8a1d 100644 --- a/.ci/lint +++ b/.ci/lint @@ -8,8 +8,8 @@ properties([ def shell_header -timeout(time: global_timeout, unit: 'HOURS') { - node('lint') { +node('lint') { + timeout(time: global_timeout, unit: 'HOURS') { ansiColor('xterm') { timestamps { try {