Skip to content

Commit

Permalink
Add _releasepy job
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 12, 2023
1 parent e308f02 commit 36c3062
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins-scripts/dsl/core.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,13 @@ outdated_job_runner.with
systemGroovyCommand(readFileFromWorkspace('scripts/jenkins-scripts/tools/outdated-job-runner.groovy'))
}
}

// -------------------------------------------------------------------
def releasepy_job = job("_releasepy")
OSRFReleasepy.create(releasepy_job)
releasepy_job.with {
blockOn("repository_uploader_packages") {
blockLevel('GLOBAL')
scanQueueFor('ALL')
}
}

0 comments on commit 36c3062

Please sign in to comment.