Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 01afbae

Browse files
committed
perform CI now that we have qemu in the base images
1 parent 236cc24 commit 01afbae

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Jenkinsfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ pipeline {
1919
PR_DOCKERHUB_IMAGE = 'lspipepr/mono'
2020
DIST_IMAGE = 'ubuntu'
2121
MULTIARCH='true'
22-
CI='false'
22+
CI='true'
23+
CI_WEB='false'
24+
CI_PORT='80'
25+
CI_SSL='true'
26+
CI_DELAY='30'
27+
CI_DOCKERENV='TZ=US/Pacific'
28+
CI_AUTH='user:password'
29+
CI_WEBPATH=''
2330
}
2431
stages {
2532
// Setup all the basic environment variables needed for the build

jenkins-vars.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@ repo_vars:
1616
- PR_DOCKERHUB_IMAGE = 'lspipepr/mono'
1717
- DIST_IMAGE = 'ubuntu'
1818
- MULTIARCH='true'
19-
- CI='false'
19+
- CI='true'
20+
- CI_WEB='false'
21+
- CI_PORT='80'
22+
- CI_SSL='true'
23+
- CI_DELAY='30'
24+
- CI_DOCKERENV='TZ=US/Pacific'
25+
- CI_AUTH='user:password'
26+
- CI_WEBPATH=''

0 commit comments

Comments
 (0)