| commit | a1f29474e3457e969c798f86402ea27e7f390334 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 14 13:05:05 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed May 14 15:27:54 2025 +0000 |
| tree | e3ad6cebcbf861193d7cab7f39b5fa04acdafe21 | |
| parent | 48fde051ffe863cb452d770e915bc314e43150f2 [diff] [blame] |
DodoApp: Individually configure dev-vm code-server, ssh, vpn Refactor openPortMap handling a bit. Change-Id: I2ea4d4c9b090f2791700149dda6cc8dcd8ab6820
diff --git a/Jenkinsfile b/Jenkinsfile index 9b5aae8..ff51d94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -36,6 +36,7 @@ dir('core/installer') { sh 'go mod tidy' sh 'go build cmd/*.go' + sh 'go run cuelang.org/go/cmd/cue fmt app_configs/*.cue --check' sh 'go test ./...' } dir('core/auth/memberships') {