You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/02/20 08:47:43 UTC

[couchdb] branch jenkins-fix-elixir updated: increase jenkins timeout

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch jenkins-fix-elixir
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-fix-elixir by this push:
     new 9d6e8fa  increase jenkins timeout
9d6e8fa is described below

commit 9d6e8fa85038e93b74bea7d29739e2271d242351
Author: Garren Smith <ga...@gmail.com>
AuthorDate: Wed Feb 20 10:47:30 2019 +0200

    increase jenkins timeout
---
 Jenkinsfile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b793343..2061189 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,7 +80,7 @@ pipeline {
       steps {
         parallel(freebsd: {
           node(label: 'couchdb && freebsd') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               deleteDir()
               unstash 'tarball'
               withEnv(['HOME='+pwd()]) {
@@ -105,7 +105,7 @@ pipeline {
         },
         centos6: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/centos-6-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/centos-6-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -144,7 +144,7 @@ pipeline {
         },
         centos7: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/centos-7-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/centos-7-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -183,7 +183,7 @@ pipeline {
         },
         ubuntutrusty: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/ubuntu-trusty-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/ubuntu-trusty-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -222,7 +222,7 @@ pipeline {
         },
         ubuntuxenial: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/ubuntu-xenial-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/ubuntu-xenial-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -261,7 +261,7 @@ pipeline {
         },
         ubuntubionic: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/ubuntu-bionic-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/ubuntu-bionic-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -300,7 +300,7 @@ pipeline {
         },
         debianjessie: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/debian-jessie-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/debian-jessie-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'
@@ -339,7 +339,7 @@ pipeline {
         },
         debianstretch: {
           node(label: 'ubuntu') {
-            timeout(time: 60, unit: "MINUTES") {
+            timeout(time: 100, unit: "MINUTES") {
               sh 'docker pull couchdbdev/debian-stretch-erlang-19.3.6'
               withDockerContainer(image: 'couchdbdev/debian-stretch-erlang-19.3.6') {
                 sh 'rm -f apache-couchdb-*.tar.gz'