First draft of the pipeline script.
This commit is contained in:
parent
e4a3d3ad6c
commit
e405b681ef
|
@ -0,0 +1,12 @@
|
|||
node {
|
||||
stage('build core components') {
|
||||
echo "will deploy artifacts of type: ${params.Type}"
|
||||
withMaven(jdk: 'OpenJDK 8') {
|
||||
build 'maven-parent'
|
||||
build 'gcube-bom'
|
||||
build 'authorization-common-library'
|
||||
build 'gxRest'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue