Skip to content

Commit

Permalink
archive repository zip eclipse#258
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Jan 30, 2019
1 parent ab1697b commit f6b5754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit f6b5754

Please sign in to comment.