X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fjenkins.rst;h=ef5e1462cdfc26b99a738708eb934b5658d8784b;hb=d527c903677e163342fa352d0e0b3ac34639a55b;hp=e8a0c1962de7d60a661f0ac4334d9953beb9654f;hpb=7b5e27ed8784b8ea44715042dc06ba590eceb19c;p=releng%2Fbuilder.git diff --git a/docs/jenkins.rst b/docs/jenkins.rst index e8a0c1962..ef5e1462c 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -821,19 +821,17 @@ Maven Properties ---------------- We provide a properties which your job can take advantage of if you want to do -something different depending on the job type that is run. If you create a -profile that activates on a property listed blow. The JJB templated jobs will -be able to activate the profile during the build to run any custom code you -wish to run in your project. +trigger a different configuration depending on job type. You can create a +profile that activates on a property listed below. The JJB templated jobs will +activate the profile during the build to run any custom code configuration you +wish to run for this job type. .. code-block:: bash - -Dmerge : This flag is passed in our Merge job and is equivalent to the - Maven property - true. - -Dsonar : This flag is passed in our Sonar job and is equivalent to the - Maven property - true. + -Dmerge : The Merge job sets this flag and is the same as setting the + Maven property true. + -Dsonar : The Sonar job sets this flag and is the same as setting the + Maven property true. .. _odl-jenkins-sandbox: @@ -842,7 +840,7 @@ Jenkins Sandbox URL: https://jenkins.opendaylight.org/sandbox -Jenkins Sandbox documentation can be found in the +Jenkins Sandbox documentation is available in the :doc:`LF Jenkins Sandbox Guide `. .. _example-jenkins.ini: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jenkins.ini.example