Update SonaType to test 'stage' non default value

Change-Id: I1d3921f5a02349c031ac64fbf9f2dff216d5b548
Signed-off-by: Kien Ha <kienha9922@gmail.com>
This commit is contained in:
Kien Ha 2016-07-19 23:56:58 -04:00
parent 12cab0e30f
commit b11f9e2e5f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<scanProperties>test</scanProperties>
</pathConfig>
<failOnClmServerFailures>true</failOnClmServerFailures>
<stageId>build</stageId>
<stageId>release</stageId>
<username>bar</username>
<password>06XQY39LHGACt3r3kzSULg==</password>
</com.sonatype.insight.ci.hudson.PreBuildScan>

View File

@ -3,7 +3,7 @@ builders:
value: manual
application-name: jenkins-job-builder
fail-on-clm-server-failure: true
stage: build
stage: release
scan-targets: '**/*.jar'
module-excludes: '**/my-module/target/**'
advanced-options: 'test'