LOADING

behavior:

 Project name
 Description
Help for feature: Discard Old Builds
Loading...
 Days to keep builds
if not empty, build records are only kept up to this number of days
 Max # of builds to keep
if not empty, only up to this number of build records are kept
 Days to keep artifacts
if not empty, artifacts from builds older than this number of days will be deleted, but the logs, history, reports, etc for the build will be kept
 Max # of builds to keep with artifacts
if not empty, only up to this number of builds have their artifacts retained
User/groupJobRunSCM
DeleteConfigureReadBuildWorkspaceDeleteUpdateTag
AnonymousToggle all
User/group to add: [help]
Loading...
Help for feature: This build is parameterized
Loading...
Boolean Value
[help]
Loading...
Build selector for Copy Artifact
[help]
Loading...
Choice
[help]
Loading...
File Parameter
[help]
Loading...
List Subversion tags (and more)
[help]
Loading...
Password Parameter
[help]
Loading...
Run Parameter
[help]
Loading...
String Parameter
[help]
Loading...
Text Parameter
Help for feature: Sidebar Links
Loading...
 
Help for feature: Disable Build (No new builds will be executed until the project is re-enabled.)
Loading...
Help for feature: Execute concurrent builds if necessary (beta)
Loading...
 JDK
JDK to be used for this project
Help for feature: Restrict where this project can be run
Loading...
 Label Expression Help for feature: Label Expression
Loading...
Advanced Project Options
Help for feature: Quiet period
Loading...
 Quiet period
Number of seconds
Help for feature: Retry Count
Loading...
 SCM checkout retry count
Help for feature: Block build when upstream project is building
Loading...
Help for feature: Block build when downstream project is building
Loading...
Source Code Management
 CVSROOT
Help for feature: CVSROOT
Loading...
 Module(s)
Help for feature: Module(s)
Loading...
 Branch
Help for feature: Branch
Loading...
 CVS_RSH Help for feature: CVS_RSH
Loading...
 Legacy mode (run CVS in a way compatible with older versions of Hudson <1.21) Help for feature: Legacy mode
Loading...
 Use updateHelp for feature: Use update
Loading...
 Use HEAD revision if tag not foundHelp for feature: Use HEAD revision if tag not found
Loading...
 Repository browserHelp for feature: Repository browser
Loading...
 Excluded Regions
Help for feature: Excluded Regions
Loading...
 Modules
 Repository URL Help for feature: Repository URL
Loading...
 Local module directory (optional) Help for feature: Local module directory (optional)
Loading...
 
 Repository URL Help for feature: Repository URL
Loading...
 Local module directory (optional) Help for feature: Local module directory (optional)
Loading...
 
 Check-out Strategy
 Repository browserHelp for feature: Repository browser
Loading...
 Excluded Regions
Help for feature: Excluded Regions
Loading...
 Included Regions
Help for feature: Included Regions
Loading...
 Excluded Users
Help for feature: Excluded Users
Loading...
 Excluded Commit Messages
Help for feature: Excluded Commit Messages
Loading...
 Exclusion revprop name Help for feature: Exclusion revprop name
Loading...
Build Triggers
Help for feature: Build whenever a SNAPSHOT dependency is built
Loading...
Help for feature: Build after other projects are built
Loading...
 Projects names
Multiple projects can be specified like 'abc, def'
Help for feature: Trigger builds remotely (e.g., from scripts)
Loading...
 Authentication Token Use the following URL to trigger build remotely: JENKINS_URL/job/AgronomyService-CI/build?token=TOKEN_NAME or /buildWithParameters?token=TOKEN_NAME
Optionally append &cause=Cause+Text to provide text that will be included in the recorded build cause.
Help for feature: Build periodically
Loading...
 Schedule
Help for feature: Schedule
Loading...
Help for feature: Build when certain files are found
Loading...
 Schedule
Help for feature: Schedule
Loading...
 Directories
 Directory Help for feature: Directory
Loading...
 Files to find Help for feature: Files to find
Loading...
 Files to ignore Help for feature: Files to ignore
Loading...
 
Testing...
 
 Directory Help for feature: Directory
Loading...
 Files to find Help for feature: Files to find
Loading...
 Files to ignore Help for feature: Files to ignore
Loading...
 
Testing...
 
Help for feature: Poll SCM
Loading...
 Schedule
Help for feature: Schedule
Loading...
Build
 Root POM Help for feature: Root POM
Loading...
 Goals and options Help for feature: Goals and options
Loading...
 MAVEN_OPTS
Help for feature: MAVEN_OPTS
Loading...
 Alternate settings file Help for feature: Alternate settings file
Loading...
Help for feature: Incremental build - only build changed modules
Loading...
Help for feature: Disable automatic artifact archiving
Loading...
Help for feature: Build modules in parallel
Loading...
Help for feature: Use private Maven repository
Loading...
Help for feature: Run Headless
Loading...
Help for feature: Use custom workspace
Loading...
 Directory
 Maven Validation Level
 Maven Settings Configs
 Maven Global Settings Configs
Build Settings
Help for feature: Publish FindBugs analysis results
Loading...
 Use rank as priority
Uses the bug rank when evaluating the priority of the warnings (otherwise the FindBugs priority is used).
 Run always
By default, this plug-in runs only for stable or unstable builds, but not for failed builds. If this plug-in should run even for failed builds then activate this check box.
 Health thresholds
100% 100% 0% 0%
Configure the thresholds for the build health. If left empty then no health report is created. If the actual number of warnings is between the provided thresholds then the build health is interpolated.
 Health priorities      
Determines which warning priorities should be considered when evaluating the build health.
 Status thresholds
All prioritiesPriority highPriority normalPriority low
100% Total
100% New
100% Total
100% New
If the specified number of warnings exceeds one of these thresholds then a build is considered as unstable or failed, respectively.
 Use delta for new warnings
If set then the number of new warnings is calculated by subtracting the total number of warnings of the current build from the reference build. This may lead to wrong results if you have both fixed and new warnings in a build. If the checkbox is not set, then the number of new warnings is calculated by an asymmetric set difference of the warnings in the current and reference build. This will find all new warnings even if the number of total warnings is decreasing. However, sometimes false positives will be reported due to minor changes in a warning (refactoring of variable of method names, etc.)
 Trend graphYou can define the default values for the trend graph in a separate view.
Help for feature: Publish PMD analysis results
Loading...
 Run always
By default, this plug-in runs only for stable or unstable builds, but not for failed builds. If this plug-in should run even for failed builds then activate this check box.
 Health thresholds
100% 100% 0% 0%
Configure the thresholds for the build health. If left empty then no health report is created. If the actual number of warnings is between the provided thresholds then the build health is interpolated.
 Health priorities      
Determines which warning priorities should be considered when evaluating the build health.
 Status thresholds
All prioritiesPriority highPriority normalPriority low
100% Total
100% New
100% Total
100% New
If the specified number of warnings exceeds one of these thresholds then a build is considered as unstable or failed, respectively.
 Use delta for new warnings
If set then the number of new warnings is calculated by subtracting the total number of warnings of the current build from the reference build. This may lead to wrong results if you have both fixed and new warnings in a build. If the checkbox is not set, then the number of new warnings is calculated by an asymmetric set difference of the warnings in the current and reference build. This will find all new warnings even if the number of total warnings is decreasing. However, sometimes false positives will be reported due to minor changes in a warning (refactoring of variable of method names, etc.)
 Trend graphYou can define the default values for the trend graph in a separate view.
Help for feature: E-mail Notification
Loading...
 Recipients
Whitespace-separated list of recipient addresses. May reference build parameters like $PARAM. E-mail will be sent when a build fails, becomes unstable or returns to stable.
 
 Help for feature:
Loading...
Help for feature: violations
Loading...
 
sunnystormyunstable  XML filename pattern
Help for feature: violations
Loading...
 checkstyle
 codenarc
 cpd
 cpplint
 csslint
 findbugs
 fxcop
 gendarme
 jcreport
 jslint
 pep8
 pmd
 pylint
 simian
 stylecop
 Per file limit Help for feature: Per file limit
Loading...
 Source encodingHelp for feature: Source encoding
Loading...
Build Environment
Help for feature: Execute shell script on remote host using ssh
Loading...
 SSH site
 Pre build script
Help for feature: Pre build script
Loading...
 Post build script
Help for feature: Post build script
Loading...
 
 Name:
 Name:
 Release goals and options Help for feature: Release goals and options
Loading...
 Default versioning modeHelp for feature: Default versioning mode
Loading...
 Preselect custom SCM comment prefixHelp for feature: Preselect custom SCM comment prefix
Loading...
 Preselect append Hudson usernameHelp for feature: Preselect append Hudson username
Loading...
Help for feature: Tool Environment
Loading...
  Select the environment variables you wish to define:
APACHE_ANT_1_8_1_HOME
APACHE_MAVEN_2_2_1_HOME
JDK1_5_0_17_HOME
JDK1_6_0_20_HOME
RAD_JDK_6_HOME
RAD_JDK_HOME
WAS_6_1_HOME
WAS_7_HOME
Post-build Actions
Help for feature: Aggregate downstream test results
Loading...
Help for feature: Automatically aggregate all downstream tests
Loading...
 Jobs to aggregate Help for feature: Jobs to aggregate
Loading...
 
Help for feature: Archive the artifacts
Loading...
 Files to archive Help for feature: Files to archive
Loading...
 Excludes Help for feature: Excludes
Loading...
 Help for feature:
Loading...
Help for feature: Build other projects
Loading...
 Projects to build
 
 
 
Help for feature: Deploy artifacts to Maven repository
Loading...
 Repository URL Help for feature: Repository URL
Loading...
 Repository ID Help for feature: Repository ID
Loading...
 Help for feature: Deploy artifacts to Maven repository
Loading...
 Help for feature: Deploy artifacts to Maven repository
Loading...
Help for feature: Groovy Postbuild
Loading...
 Groovy script:
 If the script fails:
Help for feature: Post build task
Loading...
 Tasks
 
 Log text
 Operation
 Log text
 Operation
Help for feature:
Loading...
 ScriptHelp for feature: Script
Loading...
 Run script only if all previous steps were successfulHelp for feature: Run script only if all previous steps were successful
Loading...
 Escalate script execution status to job statusHelp for feature: Escalate script execution status to job status
Loading...
 
 
 Log text
 Operation
 Log text
 Operation
Help for feature:
Loading...
 ScriptHelp for feature: Script
Loading...
 Run script only if all previous steps were successfulHelp for feature: Run script only if all previous steps were successful
Loading...
 Escalate script execution status to job statusHelp for feature: Escalate script execution status to job status
Loading...
 
Help for feature: Publish MSTest test result report
Loading...
 Test report TRX file
Basedir of the path is the workspace root.
Help for feature: Sonar
Loading...
 Sonar Installation
Hudson needs to know where your Sonar is installed.
Please do so from the system configuration.
 Branch Help for feature: Branch
Optional sonar.branch property.
Loading...
 Language
Default is java.
 MAVEN_OPTS
Help for feature: MAVEN_OPTS
MAVEN_OPTS env var to provide, if not set the plugin will use the MAVEN_OPTS defined by the maven builder config.
Loading...
 Additional properties
Help for feature: Additional properties
Additional properties to be passed to the mvn executable (example: -Dsome.property=some.value).
Loading...
Help for feature: Dont use global triggers configuration
Loading...
Triggers
 Help for feature:
Loading...
 Help for feature:
Loading...
 Help for feature:
Loading...
 Help for feature:
Loading...
 Help for feature:
Loading...
Help for feature: Aggregate the archived artifacts
Loading...
 Jobs
 Job to aggregateHelp for feature: Job to aggregate
Loading...
 Artifacts to copy Help for feature: Artifacts to copy
Loading...
 Excludes Help for feature: Excludes
Loading...
 
 Shared directory Help for feature: Shared directory
Loading...
 Help for feature: Aggregate the archived artifacts
Loading...
 Help for feature: Aggregate the archived artifacts
Loading...
Help for feature: Editable Email Notification
Loading...
 Global Recipient ListHelp for feature: Global Recipient List
Comma-separated list of email address that should receive notifications.
Loading...
 Content TypeHelp for feature: Content Type
Loading...
 Default SubjectHelp for feature: Default Subject
Loading...
 Default Content
Help for feature: Default Content
Loading...
 AttachmentsHelp for feature: Attachments
Can use wildcards like 'module/dist/**/*.zip'. See the @includes of Ant fileset for the exact format. The base directory is the workspace.
Loading...
Content Token ReferenceHelp for feature: Content Token Reference
Trigger
Send To Recipient List
Send To Committers
Send To Requester
Include Culprits
More Configuration
Remove
Help for feature: Advanced Features
Loading...
Add a Trigger:Help for feature: Add a Trigger
Loading...
Help for feature: Trigger parameterized build on other projects
Loading...
 Build Triggers
 Projects to build
 Trigger when build isHelp for feature: Trigger when build is
Loading...
 Trigger build without parametersHelp for feature: Trigger build without parameters
Loading...
Current build parameters
Parameters from properties file
Predefined parameters
Subversion revision
 
 Projects to build
 Trigger when build isHelp for feature: Trigger when build is
Loading...
 Trigger build without parametersHelp for feature: Trigger build without parameters
Loading...
Current build parameters
Parameters from properties file
Predefined parameters
Subversion revision