How to use Job DSL with Accurev SCM??

28 views
Skip to first unread message

Hemant Gupta

unread,
Feb 22, 2016, 4:03:36 PM2/22/16
to Jenkins Users
I am using the following script to create a Job DSL using accurev.
Please let me know how should the correct script look like.

job('payer-server') {
  scm {
    accurev {
      /**What to insert here **/
    }
  }
  triggers {
    scm('H/15 * * * *')
  }
  steps {
    maven {
      goals('-e clean install')
      mavenOpts('-Xms256m')
      mavenOpts('-Xmx512m')
      properties skipTests: true
      mavenInstallation('Maven 3.3.3')
    }
  }
}

khmarbaise

unread,
Feb 23, 2016, 7:15:48 AM2/23/16
to Jenkins Users
Hi,

first this is a question more specific for the job-dsl-plugin list apart from that

based on the docs there is no support for accurev at the moment...

https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm

Kind regards
Karl Heinz Marbaise

Victor Martinez

unread,
Feb 23, 2016, 11:57:16 AM2/23/16
to Jenkins Users
Reply all
Reply to author
Forward
0 new messages