Skip to content

Commit

Permalink
Merge pull request LIS#327 from mbivolan/master
Browse files Browse the repository at this point in the history
lcow: Fixed pipeline skipping testing stage when manually triggered
  • Loading branch information
ader1990 authored Sep 19, 2018
2 parents 418a3e5 + 9024f66 commit fb410cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linux_pipeline/Jenkinsfile_container_images
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ stage ("check_kernel") {

buildName = readFile "./build_name"
if (buildName != "" ) {
currentBuild.displayName = buildName
currentBuild.displayName = buildName + "-${env.BUILD_NUMBER}"
stash includes: 'lcow-artifacts\\*', name: 'lcow_artifacts'
} else {
echo "No new artifacts found"
Expand Down
2 changes: 2 additions & 0 deletions scripts/lcow/Get-Artifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ function Download-Artifacts {

Download -From $KernelUrl -To $kernelDest
Download -From $InitrdUrl -To $initrdDest

Set-Content -Value "manual-run" -Path ".\build_name"
}

function Main {
Expand Down

0 comments on commit fb410cb

Please sign in to comment.