cosmos kiosk jenkinsfile

This commit is contained in:
2025-09-28 11:24:53 -07:00
parent ed077e7ba0
commit 7739896611
6 changed files with 315 additions and 11 deletions

View File

@ -49,7 +49,7 @@ pipeline {
/var/jenkins_home/ansible/playbooks/lldp-scan.yaml --ssh-common-args='-o StrictHostKeyChecking=no' \
--extra-vars "new_hostname=MC-LLDP fixed_size='--window-size=${params.chrome_resolution}' \
run_test=${params.run_test} rename_host=true refresh_only=${params.refresh_only} \
public_deploy=true remove_default_vpn=true matt_public_key='${env.matt_public_key}' \
public_deploy=true no_vpn=true matt_public_key='${env.matt_public_key}' \
cosmos_password='${env.cosmos_password}' cosmos_root_password='${env.cosmos_root_password}' "
"""