Compare commits

..

No commits in common. "main" and "3.7.1-ls191" have entirely different histories.

3 changed files with 256 additions and 288 deletions

8
Jenkinsfile vendored
View file

@ -70,9 +70,7 @@ pipeline {
fi
done
fi
docker system prune -f --volumes || :
docker image prune -af || :
'''
docker system prune -f --volumes || : '''
script{
env.EXIT_STATUS = ''
env.LS_RELEASE = sh(
@ -753,8 +751,7 @@ pipeline {
if [[ -n "${containers}" ]]; then
docker stop ${containers}
fi
docker system prune -f --volumes || :
docker image prune -af || :
docker system prune -af --volumes || :
'''
}
}
@ -1180,7 +1177,6 @@ EOF
done
fi
docker system prune -f --volumes || :
docker image prune -af || :
'''
cleanWs()
}

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,6 @@ init_diagram: |
init-crontab-config -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
init-adduser -> init-device-perms
base -> init-envfile
init-os-end -> init-kasmvnc
init-nginx -> init-kasmvnc-config
@ -68,7 +67,6 @@ init_diagram: |
init-mods -> init-mods-package-install
init-kasmvnc -> init-nginx
init-adduser -> init-os-end
init-device-perms -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-kasmvnc-config -> init-video