[#13] Use build number as tag
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2023-12-20 14:24:21 +01:00
parent 37b7075e30
commit 49459b8f70

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
REGISTRY_URL = 'https://git.gerhardt.io'
OWNER = 'amarillo'
IMAGE_NAME = "amarillo"
TAG = 'latest'
TAG = "${BUILD_NUMBER}"
}
stages {
stage('Create virtual environment') {