We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bfbcf commit 63ed7beCopy full SHA for 63ed7be
Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
33
CI_WEB='true'
34
CI_PORT='8000'
35
CI_SSL='false'
36
- CI_DELAY='60'
+ CI_DELAY='120'
37
CI_DOCKERENV=''
38
CI_AUTH=''
39
CI_WEBPATH='/'
jenkins-vars.yml
@@ -23,7 +23,7 @@ repo_vars:
23
- CI_WEB='true'
24
- CI_PORT='8000'
25
- CI_SSL='false'
26
- - CI_DELAY='60'
+ - CI_DELAY='120'
27
- CI_DOCKERENV=''
28
- CI_AUTH=''
29
- CI_WEBPATH='/'
0 commit comments