Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed May 1, 2024
1 parent 24e631f commit ba7df35
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 65 deletions.
13 changes: 1 addition & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ pipeline {
}
}

stage('Run RCPTT Tests') {
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
script {
sh 'mvn -Dmaven.test.failure.ignore=true verify -P rcptt -e'

}
}
}
}

stage('Publish tests results') {
steps {
junit allowEmptyResults: true, testResults: '*.xml,**/target/surefire-reports/*.xml'
Expand Down Expand Up @@ -124,7 +113,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: '**/*.log'
archiveArtifacts artifacts: '**/*.log, **/*.png'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Require-Bundle: org.junit,
org.eclipse.gmf.runtime.draw2d.ui,
org.eclipse.gmf.runtime.diagram.ui,
org.eclipse.sirius.common,
org.apache.batik.transcoder;bundle-version="1.14.0"
org.apache.batik.transcoder;bundle-version="1.14.0",
org.eclipse.emf.common.ui;bundle-version="2.21.0"
Bundle-Vendor: %providerName
Import-Package: org.eclipse.core.runtime,
org.eclipse.gmf.runtime.diagram.ui.editparts
Loading

0 comments on commit ba7df35

Please sign in to comment.