Skip to content

Commit

Permalink
[releng] Enable JUnit on main branches
Browse files Browse the repository at this point in the history
Change-Id: I2df1c1666d06faf99bfea61e6db60121e08b3966
Signed-off-by: Sandu Postaru <sandu.postaru@thalesgroup.com>
  • Loading branch information
sandupostaru committed Dec 9, 2020
1 parent 6e8664d commit e1c7031
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ pipeline {
}

stage('Download Capella') {
when {
expression {
github.isPullRequest()
}
}

steps {
script {
def capellaURL = capella.getDownloadURL("${CAPELLA_BRANCH}", 'linux', '')
Expand All @@ -74,12 +68,6 @@ pipeline {
}

stage('Install test features') {
when {
expression {
github.isPullRequest()
}
}

steps {
script {
sh "chmod 755 ${CAPELLA_PRODUCT_PATH}"
Expand All @@ -94,12 +82,6 @@ pipeline {
}

stage('Run tests') {
when {
expression {
github.isPullRequest()
}
}

steps {
script {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
Expand Down

0 comments on commit e1c7031

Please sign in to comment.