diff --git a/.gitpod.yml b/.gitpod.yml index 24ad6fdeaeaf..591c5f43cde8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,7 +4,7 @@ tasks: command: | mvn -pl war jetty:run -Dhost=0.0.0.0 name: Run - - command: gp await-port 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/ + - command: gp ports await 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/ name: Preview github: