Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for browser (0.13 sec)

  1. .github/ISSUE_TEMPLATE/01-pkgsite.yml

        id: what-did-you-do
        attributes:
          label: "What did you do?"
          description: "If possible, provide a recipe for reproducing the error. Starting with a Private/Incognito tab/window may help rule out problematic browser extensions."
        validations:
          required: true
      - type: textarea
        id: actual-behavior
        attributes:
          label: "What did you see happen?"
        validations:
          required: true
      - type: textarea
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 04 23:31:17 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. .github/DISCUSSION_TEMPLATE/questions.yml

            What is the problem, question, or error?
    
            Write a short description telling me what you are doing, what you expect to happen, and what is currently happening.
          placeholder: |
            * Open the browser and call the endpoint `/`.
            * It returns a JSON with `{"Hello": "World"}`.
            * But I expected it to return `{"Hello": "Sara"}`.
        validations:
          required: true
      - type: dropdown
        id: os
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Aug 03 15:59:41 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    // TODO: this block will start a background process not handled by the content testing
    [listing.terminal]
    ----
    $ wget https://mirrors.jenkins.io/war-stable/latest/jenkins.war
    $ java -jar jenkins.war
    ----
    
    In the browser, navigate to `localhost` with port `8080` to render the Jenkins dashboard.
    You will be asked to set up an new administration user and which plugins to install.
    
    === Installation of plugins
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top