Skip to content

Commit

Permalink
Jenkins file update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Sep 14, 2023
1 parent 033a7b9 commit 0d28119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ distributions.each {
ansiColor('xterm') {
stage('Checkout ' + distribution) {
buildImage = docker.image(vendor + '/' + distribution)
sh 'git checkout debian/changelog'
def VERSION = sh (
sh 'git checkout debian/changelog'
def version = sh (
script: 'dpkg-parsechangelog --show-field Version',
returnStdout: true
).trim()
Expand Down

0 comments on commit 0d28119

Please sign in to comment.