We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4770fb6 commit 2f4a269Copy full SHA for 2f4a269
.gitpod.yml
@@ -4,7 +4,7 @@ tasks:
4
command: |
5
mvn -pl war jetty:run -Dhost=0.0.0.0
6
name: Run
7
- - 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/
8
name: Preview
9
10
github:
0 commit comments