blob: 6b9097340775e322a72f5d33fa93e8f6d714cf6d [file] [log] [blame]
Oleg Polyakov4d454362018-06-15 10:52:52 -04001/* voltha-atest-provisioning pipeline */
2
3pipeline {
4
5 /* no label, executor is determined by JJB */
6 agent {
7 label "${params.executorNode}"
8 }
9
10 stages {
11
12 stage ('Start Provisioning Test') {
13 steps {
14 println 'Start Provisioning Test'
15 }
16 }
17 }
18}