diff --git a/Jenkinsfile b/Jenkinsfile index 87373ea..fc28ec4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + timeout(time: 1, unit: 'HOURS) } parameters { diff --git a/Makefile b/Makefile index 42a490f..d89f905 100644 --- a/Makefile +++ b/Makefile @@ -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