Skip to content

Commit

Permalink
Jenkinsfile: disable stages
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 7, 2022
1 parent 434b540 commit 0e71fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -130,6 +130,6 @@ def genPackageSteps(opts) {
}
}

build_package_steps << pkgs.collectEntries { genPackageSteps(it) }
// build_package_steps << pkgs.collectEntries { genPackageSteps(it) }

parallel(build_package_steps)

0 comments on commit 0e71fa7

Please sign in to comment.