Skip to content

Commit

Permalink
Archive resulting repo
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Eysholdt <[email protected]>
  • Loading branch information
meysholdt committed Jun 30, 2017
1 parent 7ef85bf commit 9d85301
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 @@ -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]) {
Expand Down

0 comments on commit 9d85301

Please sign in to comment.