diff --git a/Jenkinsfile b/Jenkinsfile index a4dcb88b..9f1bb2f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ timestamps() { stage('compile with Eclipse Luna and Xtext 2.9.2') { sh "${mvnHome}/bin/mvn -P!tests -Dtarget-platform=eclipse_4_4_2-xtext_2_9_2 ${mvnParams} clean install" - archive 'org.eclipse.xpect.releng/p2-repository/target/repository/**/*.*' + archive 'org.eclipse.xpect.releng/p2-repository/target/repository/**/*.*,org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-*.zip' } wrap([$class: 'Xvnc', useXauthority: true]) {