Skip to content

Commit

Permalink
Fix Jenkis file branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
  • Loading branch information
laeubi committed Feb 19, 2022
1 parent 56ce9ed commit 057e3a3
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 @@ -24,7 +24,7 @@ pipeline {
}
stage('Deploy Snapshot') {
when {
branch 'tycho-2.7.0'
branch 'tycho-2.7.x'
}
steps {
sh 'mvn -V deploy -DskipTests -DaltDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/'
Expand Down

0 comments on commit 057e3a3

Please sign in to comment.