We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb8eff commit afdb942Copy full SHA for afdb942
build/integration/openvscode-server/Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
38
sh 'tar -xzf openvscode-server-v1.96.4-linux-x64.tar.gz'
39
sh 'cp -r extension/. openvscode-server-v1.96.4-linux-x64/extensions/extension'
40
sh 'nohup extension/AxonIvyEngine/bin/AxonIvyEngine &'
41
- sh 'nohup openvscode-server-v1.96.4-linux-x64/bin/openvscode-server --host 0.0.0.0 --without-connection-token --disable-workspace-trust &'
+ sh 'nohup openvscode-server-v1.96.4-linux-x64/bin/openvscode-server --host 0.0.0.0 --without-connection-token --disable-workspace-trust --skip-welcome --skip-release-notes &'
42
sh 'npx playwright install --with-deps chromium'
43
}
44
playwright/tests/utils/app.ts
0 commit comments