Fixing tests

This commit is contained in:
retropikzel 2025-09-14 12:37:14 +03:00
parent ef600bfc78
commit 9c6208e7cb
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
timeout(time: 1, unit: 'HOURS)
}
parameters {

View File

@ -2,7 +2,7 @@ PREFIX=/usr/local
SCHEME=chibi
R6RSTMP=tmp/${SCHEME}-r6rs
R7RSTMP=tmp/${SCHEME}-r7rs
DOCKERIMG=${SCHEME}:head
DOCKERIMG=docker.io/${SCHEME}:head
ifeq "${SCHEME}" "chicken"
DOCKERIMG="chicken:5"
endif