diff --git a/Jenkinsfile b/Jenkinsfile index a1180da2..e30e174f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ node { stage ('compile with Xtext 2.9.2') { checkout scm sh "${mvnHome}/bin/mvn -P!tests -Dtarget-platform=eclipse_4_6_3-xtext_2_9_2 ${mvnParams} clean install" - archive 'build/**/*.*' + archive 'org.xpect.releng/p2-repository/target/repository/**/*.*' } wrap([$class:'Xvnc', useXauthority: true]) {