From a68dc67ce4098a954ac435bb97c4b7d95d1ae589 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Wed, 25 Apr 2018 12:48:18 +0300 Subject: [PATCH] to test new e2e tests --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 06af1df..ca2474d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,9 +33,9 @@ def dockerreponame = "statusim/openbounty-app" } stage('Testing') { if ( currentBuild.rawBuild.getCauses()[0].toString().contains('UserIdCause') ){ - echo 'Waiting 2,5 minutes for deployment to complete prior starting smoke testing' - sleep 150 - build job: 'status-openbounty/sob-end-to-end-tests', parameters: [[$class: 'StringParameterValue', name: 'BRANCH', value: "*/Jenkins/experiment"]] + echo 'Waiting 1 minute for deployment to complete prior starting smoke testing' + sleep 60 + build job: 'status-openbounty/sob-end-to-end-tests', parameters: [[$class: 'StringParameterValue', name: 'branch', value: "*/Jenkins/experiment"]] } else { echo "No testing on automatic trigger, go to Jenkins and push build button to deliver it and test it." }