Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
switch back to master
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Aug 21, 2019
1 parent ff43c0e commit f22ef0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/docker/xtext-web-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pipeline {
steps {
script {
step ([$class: 'CopyArtifact',
projectName: 'xtext-web/cd_issue165experiments',
projectName: 'xtext-web/master',
filter: "build/maven-repository/org/eclipse/xtext/org.eclipse.xtext.web.example.jetty/*/org.eclipse.xtext.web.example.jetty-*.war",
target: 'releng/docker/xtext-web-deploy/xtext-web',
flatten: true
]);
step ([$class: 'CopyArtifact',
projectName: 'xtext-web/cd_issue165experiments',
projectName: 'xtext-web/master',
filter: "org.eclipse.xtext.web.example.jetty/build/libs/test-files.zip",
target: 'releng/docker/xtext-web-deploy/xtext-web',
flatten: true
Expand Down

0 comments on commit f22ef0a

Please sign in to comment.