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 c401f44 commit 5c507efCopy full SHA for 5c507ef
Jenkinsfile
@@ -29,7 +29,7 @@ pipeline {
29
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
30
DIST_REPO_PACKAGES = 'nginx'
31
MULTIARCH='true'
32
- CI='false'
+ CI='true'
33
CI_WEB='false'
34
CI_PORT='2375'
35
CI_SSL='false'
jenkins-vars.yml
@@ -20,7 +20,7 @@ repo_vars:
20
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
21
- DIST_REPO_PACKAGES = 'nginx'
22
- MULTIARCH='true'
23
- - CI='false'
+ - CI='true'
24
- CI_WEB='false'
25
- CI_PORT='2375'
26
- CI_SSL='false'
0 commit comments