Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
d2292e0e
Commit
d2292e0e
authored
Feb 23, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [CRM_APP_Analysis] configuration updated
Change performed by ·¨¼y°ó
parent
7055a96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
45 deletions
+16
-45
jobs/CRM_APP_Analysis/config.xml
jobs/CRM_APP_Analysis/config.xml
+16
-45
No files found.
jobs/CRM_APP_Analysis/config.xml
View file @
d2292e0e
...
...
@@ -8,8 +8,8 @@
<properties>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
3
</numToKeep>
<daysToKeep>
-
1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
...
...
@@ -45,7 +45,7 @@
<submoduleCfg
class=
"list"
/>
<extensions/>
</scm>
<assignedNode>
"
SonarQube Server
"
</assignedNode>
<assignedNode>
MAC_BUILD_Machine
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
...
...
@@ -53,49 +53,16 @@
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>
C:\sonar-scanner\bin\sonar-scanner.bat -Dsonar.login=eb396b211331459d36bcc651164b4695d97fb05b

</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>
C:\dependency-check\bin\dependency-check.bat --project %JOB_NAME% --scan %WORKSPACE% --out %WORKSPACE% -f ALL
</command>
</hudson.tasks.BatchFile>
<hudson.tasks.Shell>
<command>
PATH=
"
$PATH:/usr/local/bin:/Users/scott/.fastlane/bin/
"
export ANDROID_HOME=~/Library/Android/sdk
FL_SONAR_LOGIN=eb396b211331459d36bcc651164b4695d97fb05b
npm install
bundle exec fastlane android sonarqube
</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
plugin=
"dependency-check-jenkins-plugin@4.0.2"
>
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>
low
</thresholdLimit>
<pluginName>
[DependencyCheck]
</pluginName>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>
false
</canRunOnFailed>
<usePreviousBuildAsReference>
false
</usePreviousBuildAsReference>
<useStableBuildAsReference>
false
</useStableBuildAsReference>
<useDeltaValues>
false
</useDeltaValues>
<thresholds
plugin=
"analysis-core@1.95"
>
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<unstableNewAll></unstableNewAll>
<unstableNewHigh></unstableNewHigh>
<unstableNewNormal></unstableNewNormal>
<unstableNewLow></unstableNewLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
<failedNewAll></failedNewAll>
<failedNewHigh></failedNewHigh>
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>
false
</shouldDetectModules>
<dontComputeNew>
true
</dontComputeNew>
<doNotResolveRelativePaths>
false
</doNotResolveRelativePaths>
<pattern>
dependency-check-report.xml
</pattern>
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
</publishers>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.37"
>
<deleteDirs>
false
</deleteDirs>
...
...
@@ -103,5 +70,9 @@
<externalDelete></externalDelete>
<disableDeferredWipeout>
false
</disableDeferredWipeout>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.8.10"
/>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.1"
>
<colorMapName>
xterm
</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment