Skip to content

Commit

Permalink
CI: add missing Jenkins docker fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chr11115 committed Nov 17, 2022
1 parent ab3bc4e commit 45943d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ import com.esri.zrh.jenkins.ToolInfo
[ os: cepl.CFG_OS_WIN10, bc: cepl.CFG_BC_REL, tc: cepl.CFG_TC_VC1427, cc: cepl.CFG_CC_OPT, arch: cepl.CFG_ARCH_X86_64, houdini: '19.5' ],
]

@Field final String DOCKER_AGENT_WINDOWS = 'win19-64-d'
@Field final String DOCKER_WS_WINDOWS = "c:/temp/ws"

@Field final Map WINDOWS_INSTALLER_DOCKER_CONFIG = [ ba: DOCKER_AGENT_WINDOWS, ws: DOCKER_WS_WINDOWS ]
@Field final Map WINDOWS_INSTALLER_NATIVE_CONFIG = [ os: cepl.CFG_OS_WIN10, bc: cepl.CFG_BC_REL, tc: cepl.CFG_TC_VC1427, cc: cepl.CFG_CC_OPT, arch: cepl.CFG_ARCH_X86_64 ]
@Field final List INSTALLER_CONFIG = [ WINDOWS_INSTALLER_NATIVE_CONFIG + WINDOWS_INSTALLER_DOCKER_CONFIG ]
Expand Down

0 comments on commit 45943d4

Please sign in to comment.