File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 env :
7070 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
7171 with :
72- args : ' Launchable CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/launchableinc/ cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
72+ args : ' Launchable CLI ${{ needs.tagpr.outputs.tag }} is released! https://github.com/cloudbees-oss/smart-tests- cli/releases/tag/${{ needs.tagpr.outputs.tag }}'
7373
7474 docker :
7575 name : Push Docker image to Docker Hub
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def require_session(
1919
2020 1. If the user explicitly provides the session id via the `--session` option
2121 2. If the user gives no options, the current session ID is read from the session file tied to $PWD.
22- See https://github.com/launchableinc/ cli/pull/342
22+ See https://github.com/cloudbees-oss/smart-tests- cli/pull/342
2323 """
2424 if session :
2525 validate_session_format (session )
@@ -71,7 +71,7 @@ def find_or_create_session(
7171
7272 1. If the user explicitly provides the session id via the `--session` option
7373 2. If the user gives no options, the current session ID is read from the session file tied to $PWD,
74- or one is created from the current build name. See https://github.com/launchableinc/ cli/pull/342
74+ or one is created from the current build name. See https://github.com/cloudbees-oss/smart-tests- cli/pull/342
7575 3. The `--build` option is legacy compatible behaviour, in which case a session gets created and tied
7676 to the build. This usage still requires a locally recorded build name that must match the specified name.
7777 Kohsuke is not sure what the historical motivation for this behaviour is.
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def test_split_by_group_names(self):
150150 Note(Konboi):
151151 Don't know the cause, but in the Python 3.10 environment,
152152 the settings configured with responses.replace disappear on the second call.
153- see: https://github.com/launchableinc/ cli/actions/runs/11697720998/job/32576899978#step:10:88
153+ see: https://github.com/cloudbees-oss/smart-tests- cli/actions/runs/11697720998/job/32576899978#step:10:88
154154 So, to call it each time, `replace_response` was defined.
155155 """
156156 def replace_response ():
You can’t perform that action at this time.
0 commit comments