Skip to content

Commit

Permalink
Merge pull request #66 from lsst-ts/tickets/DM-44299
Browse files Browse the repository at this point in the history
Update jenkinsfile.rst
  • Loading branch information
jbkalmbach authored Jun 18, 2024
2 parents f5695ef + a957cac commit 52c212c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/development-guidelines/tools/jenkinsfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ This uses the Jenkins shared library with the following parameters
:build_all_idl: This will build all of the IDL files if true.
:extra-packages: An array of strings in the form of "organization/repo_name" to clone and build that are not already included in the develop environment image.
:kickoff_jobs: An array of strings of the names of the Jenkins jobs to kickoff before the build is declared done.
:slack_build_channel: Specify the name of a slack channel on LSSTC slack to which Jenkins will send job reports, e.g. ``aos-builds``.
:has_doc_site: Does this package have a doc site? If false, skips the ``build and upload documentation`` stage on the CI.
:use_pyside6: Use PySide6 for QT development instead of PySide2?
:require_git_lfs: Does this repository require downloading large data files from git-lfs?
:require_scons: Does this repository require scons to move files in a ``bin.src`` folder to ``bin`` and append them to ``PATH``?

.. literalinclude:: ./Jenkinsfile.example

Expand Down

0 comments on commit 52c212c

Please sign in to comment.