Skip to content

Commit

Permalink
use requirements.txt and thus pin jjb to <5
Browse files Browse the repository at this point in the history
Fixes: 440f7de
  • Loading branch information
evgeni committed May 2, 2023
1 parent 158c17b commit 71e3ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/infra/updateJobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
])

virtEnv('jjb-venv', 'pip install pbr')
virtEnv('jjb-venv', 'pip install jenkins-job-builder')
virtEnv('jjb-venv', 'pip install -r requirements.txt')
}
}

Expand Down

0 comments on commit 71e3ff5

Please sign in to comment.