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 0ae35d6 commit 31738b1Copy full SHA for 31738b1
Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
26
DIST_IMAGE = 'alpine'
27
MULTIARCH='true'
28
CI='true'
29
- CI_WEB='true'
+ CI_WEB='false'
30
CI_PORT='80'
31
CI_SSL='false'
32
CI_DELAY='120'
jenkins-vars.yml
@@ -18,7 +18,7 @@ repo_vars:
18
- DIST_IMAGE = 'alpine'
19
- MULTIARCH='true'
20
- CI='true'
21
- - CI_WEB='true'
+ - CI_WEB='false'
22
- CI_PORT='80'
23
- CI_SSL='false'
24
- CI_DELAY='120'
0 commit comments