Skip to content

Commit

Permalink
Merge branch 'main' into u/ktl/undo-ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
aranabhat authored Nov 24, 2023
2 parents 4c39362 + 91494cb commit 0f1764d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions seeds/sqre/seed-jobs.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
freeStyleJob('seed-job') {
scm {
git {
remote {
name('origin')
url('https://github.com/lsst-dm/jenkins-dm-jobs')
}
branches('main')
}
}
steps {
shell('./gradlew libs')
dsl {
external('jobs/*.groovy')
}
}
}

0 comments on commit 0f1764d

Please sign in to comment.