jenkinsci / jenkinsci/java-client-api
Enhancement: the URI to the Jenkins Server in Docker for IT-Tests should be configurable
- Langage dominant
- Java
- Étoiles
- 913
- Forks
- 466
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Currently the URI for the Jenkins Server in Docker is hardcoded in com.offbytwo.jenkins.integration.Constants. This works well in Linux & MacOS but fails on Windows (7) as the Docker container runs in a VirtualBox and therefore with a different IP address.
It would be required to override this URI from a command line parameter so that the tests can be executed on Windows without changing the code. If no parameter is specified, the currently configured URI constant should be used as default.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par com.offbytwo.jenkins.integration.Constants et le point d’entrée des tests d’intégration qui lance le serveur Jenkins Docker. Suivez le cheminement des arguments de ligne de commande jusqu’aux tests, puis vérifiez que l’URI peut être remplacée tout en conservant la constante existante comme valeur par défaut. Confirmez que les tests IT peuvent s’exécuter avec l’adresse Docker Windows configurée.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- docker, java
- Domaine
- cli, testing
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 48/100