Test shared lib for Jenkinsfile

This commit is contained in:
Matthias Koefferlein 2018-06-23 10:33:52 +02:00
parent 36c5745bc7
commit 69d1ef139d
1 changed files with 2 additions and 18 deletions

20
Jenkinsfile vendored
View File

@ -1,22 +1,6 @@
// This Jenkinsfile needs a configuration parameter
//
// platform = suffix of OS
//
// Selects Docker containers to use for
// * building (jenkins-<platform>)
// * installtest (jenkins-<platform>-basic)
// The docker containers need to be set up
// properly, so they offer the same user/group
// as the one that runs Jenkins
// (usually that's jenkins:jenkins)
//
properties([
parameters([
string(name: 'platform', defaultValue: 'platform-not-set')
])
])
// a test ...
org.klayout.osconfig()
target = params.platform
currentBuild.description = "Pipelined "+target