Skip to content

Commit

Permalink
Respect FAKE_WINDOWS_ARTIFACTS parameter when building agent artifact…
Browse files Browse the repository at this point in the history
…s fast

Change-Id: Ie0fcf4537e09def1e969fd38d1ce3470d5d470e3
  • Loading branch information
JonasScharpf committed Nov 15, 2024
1 parent 75c8f43 commit 56d9aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/build-cmk-packages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main() {
def win_project_name = "${jenkins_base_folder}/winagt-build";
def win_py_project_name = "${jenkins_base_folder}/winagt-build-modules";

stage("Build agent artifacts fast") {
conditional_stage("Build agent artifacts fast", !params.FAKE_WINDOWS_ARTIFACTS) {
inside_container(ulimit_nofile: 1024) {
dir("${checkout_dir}") {
// Initialize our virtual environment before parallelization
Expand Down

0 comments on commit 56d9aa8

Please sign in to comment.