Skip to content

Commit

Permalink
Merge pull request #274 from lsst-ts/tickets/DM-45674
Browse files Browse the repository at this point in the history
Remove deprecated deployment stages from the Jenkinsfile
  • Loading branch information
sebastian-aranda authored Aug 8, 2024
2 parents bff4dab + e4547f9 commit ec4273c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
v7.0.0
------

* Remove deprecated deployment stages from the Jenkinsfile `<https://github.com/lsst-ts/LOVE-manager/pull/274>`_
* Bump requests from 2.31.0 to 2.32.2 in /manager `<https://github.com/lsst-ts/LOVE-manager/pull/273>`_
* Bump django from 5.0.7 to 5.0.8 in /manager `<https://github.com/lsst-ts/LOVE-manager/pull/272>`_
* Bump zipp from 3.1.0 to 3.19.1 in /manager `<https://github.com/lsst-ts/LOVE-manager/pull/264>`_
Expand Down
17 changes: 0 additions & 17 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,22 +115,5 @@ pipeline {
}
}
}

stage("Trigger develop deployment") {
when {
branch "develop"
}
steps {
build(job: '../LOVE-integration-tools/develop', wait: false)
}
}
stage("Trigger main deployment") {
when {
branch "main"
}
steps {
build(job: '../LOVE-integration-tools/main', wait: false)
}
}
}
}

0 comments on commit ec4273c

Please sign in to comment.