From d1788cc0a7404837b4bc335fe453e09c9449fe2f Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 27 Mar 2026 11:18:14 +0000 Subject: [PATCH] CI tests won't work right now --- Jenkinsfile | 2 +- README.md | 1 - jenkins-vars.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a197639..3e493ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { PR_DOCKERHUB_IMAGE = 'lspipepr/kasm' DIST_IMAGE = 'ubuntu' MULTIARCH='true' - CI='true' + CI='false' CI_WEB='false' CI_PORT='3000' CI_SSL='true' diff --git a/README.md b/README.md index f272234..84f6caa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Find us at: [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/kasm.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/kasm) [![Docker Stars](https://img.shields.io/docker/stars/linuxserver/kasm.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/kasm) [![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-kasm%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-kasm/job/master/) -[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fkasm%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/kasm/latest/index.html) [Kasm](https://www.kasmweb.com/?utm_campaign=LinuxServer&utm_source=listing) Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index a0bc19a..a6a7c8c 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -19,7 +19,7 @@ repo_vars: - PR_DOCKERHUB_IMAGE = 'lspipepr/kasm' - DIST_IMAGE = 'ubuntu' - MULTIARCH='true' - - CI='true' + - CI='false' - CI_WEB='false' - CI_PORT='3000' - CI_SSL='true'