fix Jenkinsfile
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
b2bb598fee
commit
b163d17a86
|
@ -63,7 +63,7 @@ def getFullBuild(jdk, os, mainJdk) {
|
|||
",**/org/eclipse/jetty/demo/**" +
|
||||
// special environments / late integrations
|
||||
",**/org/eclipse/jetty/gcloud/**" + ",**/org/eclipse/jetty/infinispan/**" +
|
||||
",**/org/eclipse/jetty/osgi/**" + ",**/org/eclipse/jetty/spring/**"
|
||||
",**/org/eclipse/jetty/osgi/**" + ",**/org/eclipse/jetty/spring/**" +
|
||||
",**/org/eclipse/jetty/http/spi/**" +
|
||||
// test classes
|
||||
",**/org/eclipse/jetty/tests/**" + ",**/org/eclipse/jetty/test/**";
|
||||
|
|
Loading…
Reference in New Issue