Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Jenkins & Xvfb

Great, thanks :-).


Best,
Philip

Am 13.07.19 um 04:20 schrieb Frederic Gurr:
Done. =>
https://wiki.eclipse.org/Jenkins#How_do_I_run_UI-tests_on_the_new_infra.3F

Please feel free to improve the Wiki.

Regards,

Fred

On 12.07.19 06:27, Philip Wenig wrote:
pipeline {
     agent {
       kubernetes {
         label 'ui-test'
       }
     }
     tools {
         maven 'apache-maven-latest'
         jdk 'adoptopenjdk-hotspot-jdk8-latest'
     }
     stages {
         stage('Build') {
             steps {
                 wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
		    sh '''
                         mvn -f org.eclipse.swtchart.cbi/pom.xml clean install
                     '''
		}
             }
         }
     }
}

--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~



Back to the top