Skip to content

Commit

Permalink
Remove calls to jobs that are no longer needed.
Browse files Browse the repository at this point in the history
- jdt-ls-javac can be simulated by building JDT-LS with 'javac' profile
- Building JDT with 'javac' bundle in p2 repo is done by main job

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
  • Loading branch information
rgrunber committed Dec 13, 2024
1 parent a36076f commit 7e220b3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,5 @@ pipeline {
}
}
}
stage('trigger JDT-LS with Javac build and tests') {
when {
branch 'dom-with-javac'
}
steps {
build(job: 'jdt-ls-javac', wait: false, propagate: false)
build(job: 'Build-JDT-with-Javac-p2-repo', wait: false, propagate: false)
}
}
}
}

0 comments on commit 7e220b3

Please sign in to comment.