Guillem
Results
2
issues of
Guillem
Does this occur consistently? Repro steps: 1. Deploy logic app from Visual Studio code Mac 2. Follow the instructions until the project Language Action: azureLogicAppsStandard.deploy Error type: Error Error Message:...
Hi, You have to open port 50000 to work with Jenkins-cli. Adding to docker-compose.yml the line 50000:50000 jenkins: build: . volumes: - cje_jenkins_home:/var/jenkins_home ports: - "8080:8080" - "50000:50000"