Skip to content

Commit

Permalink
INTERNAL: A few fixes for post build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
caladd committed Feb 18, 2019
1 parent 9a86c12 commit 92fe157
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -810,12 +810,7 @@ pipeline {

// Now do the scan
dir ('stacki-blackduck-scanner') {
withEnv([
'ART_USER=$ARTIFACTORY_USR',
'ART_PASS=$ARTIFACTORY_PSW'
]) {
sh './do-scan.sh $GIT_BRANCH $PLATFORM $BLACKDUCK_TOKEN ../stacki'
}
sh './do-scan.sh $GIT_BRANCH $PLATFORM $BLACKDUCK_TOKEN ../stacki'
}
}

Expand Down Expand Up @@ -851,7 +846,7 @@ pipeline {

// Build the KVM image
dir ('stacki-kvm-builder') {
sh './do-build.sh ../$ISO_PATH'
sh './do-build.sh ../$ISO_FILENAME'
sh 'mv stacki-*.qcow2 ../'
}

Expand Down

0 comments on commit 92fe157

Please sign in to comment.