Skip to content

Commit

Permalink
Changed Jenkinsfile distribution version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francia Csaba committed Aug 6, 2024
1 parent d4657ed commit 38185bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pipeline {
DOCKER_REGISTRY_URL = 'https://git.gerhardt.io'
OWNER = 'amarillo'
IMAGE_NAME = 'amarillo-gtfs-generator'
DISTRIBUTION = '0.1'
TAG = "${DISTRIBUTION}.${BUILD_NUMBER}"
DISTRIBUTION = '2.0.0'
TAG = "${DISTRIBUTION}-${BUILD_NUMBER}"
}
stages {
stage('Create virtual environment') {
Expand Down

0 comments on commit 38185bf

Please sign in to comment.