public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_ArtifactCheckerDesc()
Key
ArtifactCheckerDesc: When setting Jenkins Jobs with
Archive Artifact post build you should either set which artifacts or
remove this unused publisher phase.<br/> Otherwise the archive
artifact phase may not match what you expect.. |
static org.jvnet.localizer.Localizable |
_ArtifactCheckerSeverity()
Key
ArtifactCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_CleanupWorkspaceCheckerDesc()
Key
CleanupWorkspaceCheckerDesc: {@code There are some builds
which demand a lot of disc space. |
static org.jvnet.localizer.Localizable |
_CleanupWorkspaceCheckerSeverity()
Key
CleanupWorkspaceCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_GitRefCheckerDesc()
Key
GitRefCheckerDesc: When setting Jenkins Jobs with
Git SCM you might speed up the cloning time if you use git ref repos
when cloning.. |
static org.jvnet.localizer.Localizable |
_GitRefCheckerSeverity()
Key
GitRefCheckerSeverity: Low. |
static org.jvnet.localizer.Localizable |
_GitShallowCheckerDesc()
Key
GitShallowCheckerDesc: When setting Jenkins Jobs
with Git SCM Artifact you might speed up the cloning time if you use
shallow cloning.. |
static org.jvnet.localizer.Localizable |
_GitShallowCheckerSeverity()
Key
GitShallowCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_GradleWrapperCheckerDesc()
Key
GradleWrapperCheckerDesc: {@code By distributing the
wrapper with your project, anyone can work with it without needing to
install Gradle beforehand. |
static org.jvnet.localizer.Localizable |
_GradleWrapperCheckerSeverity()
Key
GradleWrapperCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_GroovySystemExitCheckerDesc()
Key
GroovySystemExitCheckerDesc: {@code System groovy scripts
run in same JVM as Jenkins master, so there's no surprise that
System.exit() kills your Jenkins master. |
static org.jvnet.localizer.Localizable |
_GroovySystemExitCheckerSeverity()
Key
GroovySystemExitCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_HardcodedScriptCheckerDesc()
Key
HardcodedScriptCheckerDesc: When setting Jenkins
Jobs with Shell/Batch builds you shouldn't hardcoded the script it's
recommended to track them in your SCM tool instead.<br/> Otherwise you
won't be able to reproduce your CI environment easily.. |
static org.jvnet.localizer.Localizable |
_HardcodedScriptCheckerSeverity()
Key
HardcodedScriptCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_JavadocCheckerDesc()
Key
JavadocCheckerDesc: When setting Jenkins Jobs with
Javadoc post build you should either set which javadocs or remove this
unused publisher phase.<br/>Otherwise the archive artifact phase may
not match what you expect.. |
static org.jvnet.localizer.Localizable |
_JavadocCheckerSeverity()
Key
JavadocCheckerSeverity: Low. |
static org.jvnet.localizer.Localizable |
_JobAssignedLabelCheckerDesc()
Key
JobAssignedLabelCheckerDesc: When setting Jenkins
Jobs you should set where those Jobs can run.. |
static org.jvnet.localizer.Localizable |
_JobAssignedLabelCheckerSeverity()
Key
JobAssignedLabelCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_JobDescriptionCheckerDesc()
Key
JobDescriptionCheckerDesc: Jenkins project
description might help you to know what it does and further details.. |
static org.jvnet.localizer.Localizable |
_JobDescriptionCheckerSeverity()
Key
JobDescriptionCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_JobLogRotatorCheckerDesc()
Key
JobLogRotatorCheckerDesc: When setting Jenkins Jobs
with some Log Rotator configuration helps to reduce the <br/> amount
of disk space and speed up Jenkins UI.. |
static org.jvnet.localizer.Localizable |
_JobLogRotatorCheckerSeverity()
Key
JobLogRotatorCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_JobNameCheckerDesc()
Key
JobNameCheckerDesc: {@code When creating Jenkins Jobs you
must avoid whitespace. |
static org.jvnet.localizer.Localizable |
_JobNameCheckerSeverity()
Key
JobNameCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_MasterLabelCheckerDesc()
Key
MasterLabelCheckerDesc: {@code When setting Jenkins Jobs
you should set where those Jobs can run. |
static org.jvnet.localizer.Localizable |
_MasterLabelCheckerSeverity()
Key
MasterLabelCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_MavenJobTypeCheckerDesc()
Key
MavenJobTypeCheckerDesc: {@code Maven job type builds
considerably slowly compared to the freestyle projects. |
static org.jvnet.localizer.Localizable |
_MavenJobTypeCheckerSeverity()
Key
MavenJobTypeCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_MultibranchJobTypeCheckerDesc()
Key
MultibranchJobTypeCheckerDesc: Polling in Jenkins
is inefficient, MultibranchJobProject polls for new branches and also
every branch polls for new changes.<br/>It's strongly recommended to
use another approach, such as: 1webhooks, Configuration as Code, .... |
static org.jvnet.localizer.Localizable |
_MultibranchJobTypeCheckerSeverity()
Key
MultibranchJobTypeCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_NullSCMCheckerDesc()
Key
NullSCMCheckerDesc: Jenkins works fine with
cron/batch tasks, It's strongly recommended to use any SCM tool and
therefore to have in that repo whatever script you need to run.. |
static org.jvnet.localizer.Localizable |
_NullSCMCheckerSeverity()
Key
NullSCMCheckerSeverity: Low. |
static org.jvnet.localizer.Localizable |
_PollingSCMTriggerCheckerDesc()
Key
PollingSCMTriggerCheckerDesc: Polling a repository
from Jenkins is inefficient; it adds delay on the order of minutes
before a build starts after a commit is pushed, and it adds additional
loads.<br/> It is much better instead to do push-notification from the
repository.. |
static org.jvnet.localizer.Localizable |
_PollingSCMTriggerCheckerSeverity()
Key
PollingSCMTriggerCheckerSeverity: High. |
static org.jvnet.localizer.Localizable |
_SlaveDescriptionCheckerDesc()
Key
SlaveDescriptionCheckerDesc: Jenkins slave
description might help you to know what it does and further details.. |
static org.jvnet.localizer.Localizable |
_SlaveDescriptionCheckerSeverity()
Key
SlaveDescriptionCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_SlaveLabelCheckerDesc()
Key
SlaveLabelCheckerDesc: When setting Jenkins Slaves
you should set their labels in order to tie those Jobs.. |
static org.jvnet.localizer.Localizable |
_SlaveLabelCheckerSeverity()
Key
SlaveLabelCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_SlaveVersionCheckerDesc()
Key
SlaveVersionCheckerDesc: Jenkins slave description
might help you to know what it does and further details.. |
static org.jvnet.localizer.Localizable |
_SlaveVersionCheckerSeverity()
Key
SlaveVersionCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_TimeoutCheckerDesc()
Key
TimeoutCheckerDesc: {@code There are some builds which
might hang forever and cause inaction in the build queue and slaves. |
static org.jvnet.localizer.Localizable |
_TimeoutCheckerSeverity()
Key
TimeoutCheckerSeverity: Medium. |
static org.jvnet.localizer.Localizable |
_TimerTriggerCheckerDesc()
Key
TimerTriggerCheckerDesc: When setting Jenkins Jobs
with some Timer trigger configuration use the symbol H (for
âhashâ) wherever possible <br/>to allow periodically scheduled
tasks to produce even load on the system.. |
static org.jvnet.localizer.Localizable |
_TimerTriggerCheckerSeverity()
Key
TimerTriggerCheckerSeverity: Low. |
static org.jvnet.localizer.Localizable |
_WindowsSlaveLaunchCheckerDesc()
Key
WindowsSlaveLaunchCheckerDesc: {@code This launch method
relies on DCOM and is often associated with subtle
problems. |
static org.jvnet.localizer.Localizable |
_WindowsSlaveLaunchCheckerSeverity()
Key
WindowsSlaveLaunchCheckerSeverity: Medium. |
static String |
ArtifactCheckerDesc()
Key
ArtifactCheckerDesc: When setting Jenkins Jobs with
Archive Artifact post build you should either set which artifacts or
remove this unused publisher phase.<br/> Otherwise the archive
artifact phase may not match what you expect.. |
static String |
ArtifactCheckerSeverity()
Key
ArtifactCheckerSeverity: Medium. |
static String |
CleanupWorkspaceCheckerDesc()
Key
CleanupWorkspaceCheckerDesc: {@code There are some builds
which demand a lot of disc space. |
static String |
CleanupWorkspaceCheckerSeverity()
Key
CleanupWorkspaceCheckerSeverity: Medium. |
static String |
GitRefCheckerDesc()
Key
GitRefCheckerDesc: When setting Jenkins Jobs with
Git SCM you might speed up the cloning time if you use git ref repos
when cloning.. |
static String |
GitRefCheckerSeverity()
Key
GitRefCheckerSeverity: Low. |
static String |
GitShallowCheckerDesc()
Key
GitShallowCheckerDesc: When setting Jenkins Jobs
with Git SCM Artifact you might speed up the cloning time if you use
shallow cloning.. |
static String |
GitShallowCheckerSeverity()
Key
GitShallowCheckerSeverity: Medium. |
static String |
GradleWrapperCheckerDesc()
Key
GradleWrapperCheckerDesc: {@code By distributing the
wrapper with your project, anyone can work with it without needing to
install Gradle beforehand. |
static String |
GradleWrapperCheckerSeverity()
Key
GradleWrapperCheckerSeverity: Medium. |
static String |
GroovySystemExitCheckerDesc()
Key
GroovySystemExitCheckerDesc: {@code System groovy scripts
run in same JVM as Jenkins master, so there's no surprise that
System.exit() kills your Jenkins master. |
static String |
GroovySystemExitCheckerSeverity()
Key
GroovySystemExitCheckerSeverity: High. |
static String |
HardcodedScriptCheckerDesc()
Key
HardcodedScriptCheckerDesc: When setting Jenkins
Jobs with Shell/Batch builds you shouldn't hardcoded the script it's
recommended to track them in your SCM tool instead.<br/> Otherwise you
won't be able to reproduce your CI environment easily.. |
static String |
HardcodedScriptCheckerSeverity()
Key
HardcodedScriptCheckerSeverity: Medium. |
static String |
JavadocCheckerDesc()
Key
JavadocCheckerDesc: When setting Jenkins Jobs with
Javadoc post build you should either set which javadocs or remove this
unused publisher phase.<br/>Otherwise the archive artifact phase may
not match what you expect.. |
static String |
JavadocCheckerSeverity()
Key
JavadocCheckerSeverity: Low. |
static String |
JobAssignedLabelCheckerDesc()
Key
JobAssignedLabelCheckerDesc: When setting Jenkins
Jobs you should set where those Jobs can run.. |
static String |
JobAssignedLabelCheckerSeverity()
Key
JobAssignedLabelCheckerSeverity: Medium. |
static String |
JobDescriptionCheckerDesc()
Key
JobDescriptionCheckerDesc: Jenkins project
description might help you to know what it does and further details.. |
static String |
JobDescriptionCheckerSeverity()
Key
JobDescriptionCheckerSeverity: Medium. |
static String |
JobLogRotatorCheckerDesc()
Key
JobLogRotatorCheckerDesc: When setting Jenkins Jobs
with some Log Rotator configuration helps to reduce the <br/> amount
of disk space and speed up Jenkins UI.. |
static String |
JobLogRotatorCheckerSeverity()
Key
JobLogRotatorCheckerSeverity: High. |
static String |
JobNameCheckerDesc()
Key
JobNameCheckerDesc: {@code When creating Jenkins Jobs you
must avoid whitespace. |
static String |
JobNameCheckerSeverity()
Key
JobNameCheckerSeverity: High. |
static String |
MasterLabelCheckerDesc()
Key
MasterLabelCheckerDesc: {@code When setting Jenkins Jobs
you should set where those Jobs can run. |
static String |
MasterLabelCheckerSeverity()
Key
MasterLabelCheckerSeverity: Medium. |
static String |
MavenJobTypeCheckerDesc()
Key
MavenJobTypeCheckerDesc: {@code Maven job type builds
considerably slowly compared to the freestyle projects. |
static String |
MavenJobTypeCheckerSeverity()
Key
MavenJobTypeCheckerSeverity: High. |
static String |
MultibranchJobTypeCheckerDesc()
Key
MultibranchJobTypeCheckerDesc: Polling in Jenkins
is inefficient, MultibranchJobProject polls for new branches and also
every branch polls for new changes.<br/>It's strongly recommended to
use another approach, such as: 1webhooks, Configuration as Code, .... |
static String |
MultibranchJobTypeCheckerSeverity()
Key
MultibranchJobTypeCheckerSeverity: High. |
static String |
NullSCMCheckerDesc()
Key
NullSCMCheckerDesc: Jenkins works fine with
cron/batch tasks, It's strongly recommended to use any SCM tool and
therefore to have in that repo whatever script you need to run.. |
static String |
NullSCMCheckerSeverity()
Key
NullSCMCheckerSeverity: Low. |
static String |
PollingSCMTriggerCheckerDesc()
Key
PollingSCMTriggerCheckerDesc: Polling a repository
from Jenkins is inefficient; it adds delay on the order of minutes
before a build starts after a commit is pushed, and it adds additional
loads.<br/> It is much better instead to do push-notification from the
repository.. |
static String |
PollingSCMTriggerCheckerSeverity()
Key
PollingSCMTriggerCheckerSeverity: High. |
static String |
SlaveDescriptionCheckerDesc()
Key
SlaveDescriptionCheckerDesc: Jenkins slave
description might help you to know what it does and further details.. |
static String |
SlaveDescriptionCheckerSeverity()
Key
SlaveDescriptionCheckerSeverity: Medium. |
static String |
SlaveLabelCheckerDesc()
Key
SlaveLabelCheckerDesc: When setting Jenkins Slaves
you should set their labels in order to tie those Jobs.. |
static String |
SlaveLabelCheckerSeverity()
Key
SlaveLabelCheckerSeverity: Medium. |
static String |
SlaveVersionCheckerDesc()
Key
SlaveVersionCheckerDesc: Jenkins slave description
might help you to know what it does and further details.. |
static String |
SlaveVersionCheckerSeverity()
Key
SlaveVersionCheckerSeverity: Medium. |
static String |
TimeoutCheckerDesc()
Key
TimeoutCheckerDesc: {@code There are some builds which
might hang forever and cause inaction in the build queue and slaves. |
static String |
TimeoutCheckerSeverity()
Key
TimeoutCheckerSeverity: Medium. |
static String |
TimerTriggerCheckerDesc()
Key
TimerTriggerCheckerDesc: When setting Jenkins Jobs
with some Timer trigger configuration use the symbol H (for
âhashâ) wherever possible <br/>to allow periodically scheduled
tasks to produce even load on the system.. |
static String |
TimerTriggerCheckerSeverity()
Key
TimerTriggerCheckerSeverity: Low. |
static String |
WindowsSlaveLaunchCheckerDesc()
Key
WindowsSlaveLaunchCheckerDesc: {@code This launch method
relies on DCOM and is often associated with subtle
problems. |
static String |
WindowsSlaveLaunchCheckerSeverity()
Key
WindowsSlaveLaunchCheckerSeverity: Medium. |
public static String GitShallowCheckerSeverity()
GitShallowCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _GitShallowCheckerSeverity()
GitShallowCheckerSeverity: Medium.Mediumpublic static String TimeoutCheckerDesc()
TimeoutCheckerDesc: There are some builds which
might hang forever and cause inaction in the build queue and slaves.
It's recommended to control those time based<br/> on the <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin>build
timeout plugin</a>..There are some builds which might hang forever and cause
inaction in the build queue and slaves. It's recommended to control
those time based<br/> on the <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin>build
timeout plugin</a>.public static org.jvnet.localizer.Localizable _TimeoutCheckerDesc()
TimeoutCheckerDesc: There are some builds which
might hang forever and cause inaction in the build queue and slaves.
It's recommended to control those time based<br/> on the <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin>build
timeout plugin</a>..There are some builds which might hang forever and cause
inaction in the build queue and slaves. It's recommended to control
those time based<br/> on the <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin>build
timeout plugin</a>.public static String SlaveLabelCheckerSeverity()
SlaveLabelCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _SlaveLabelCheckerSeverity()
SlaveLabelCheckerSeverity: Medium.Mediumpublic static String PollingSCMTriggerCheckerDesc()
PollingSCMTriggerCheckerDesc: Polling a repository
from Jenkins is inefficient; it adds delay on the order of minutes
before a build starts after a commit is pushed, and it adds additional
loads.<br/> It is much better instead to do push-notification from the
repository..Polling a repository from Jenkins is inefficient; it adds delay
on the order of minutes before a build starts after a commit is
pushed, and it adds additional loads.<br/> It is much better instead
to do push-notification from the repository.public static org.jvnet.localizer.Localizable _PollingSCMTriggerCheckerDesc()
PollingSCMTriggerCheckerDesc: Polling a repository
from Jenkins is inefficient; it adds delay on the order of minutes
before a build starts after a commit is pushed, and it adds additional
loads.<br/> It is much better instead to do push-notification from the
repository..Polling a repository from Jenkins is inefficient; it adds delay
on the order of minutes before a build starts after a commit is
pushed, and it adds additional loads.<br/> It is much better instead
to do push-notification from the repository.public static String HardcodedScriptCheckerSeverity()
HardcodedScriptCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _HardcodedScriptCheckerSeverity()
HardcodedScriptCheckerSeverity: Medium.Mediumpublic static String GitShallowCheckerDesc()
GitShallowCheckerDesc: When setting Jenkins Jobs
with Git SCM Artifact you might speed up the cloning time if you use
shallow cloning..When setting Jenkins Jobs with Git SCM Artifact you might speed
up the cloning time if you use shallow cloning.public static org.jvnet.localizer.Localizable _GitShallowCheckerDesc()
GitShallowCheckerDesc: When setting Jenkins Jobs
with Git SCM Artifact you might speed up the cloning time if you use
shallow cloning..When setting Jenkins Jobs with Git SCM Artifact you might speed
up the cloning time if you use shallow cloning.public static String CleanupWorkspaceCheckerDesc()
CleanupWorkspaceCheckerDesc: There are some builds
which demand a lot of disc space. Some builds might run out of space
during the build itself and cause build errors. <br/>It's recommended
to wipe out those workspaces after building..There are some builds which demand a lot of disc space. Some
builds might run out of space during the build itself and cause build
errors. <br/>It's recommended to wipe out those workspaces after
building.public static org.jvnet.localizer.Localizable _CleanupWorkspaceCheckerDesc()
CleanupWorkspaceCheckerDesc: There are some builds
which demand a lot of disc space. Some builds might run out of space
during the build itself and cause build errors. <br/>It's recommended
to wipe out those workspaces after building..There are some builds which demand a lot of disc space. Some
builds might run out of space during the build itself and cause build
errors. <br/>It's recommended to wipe out those workspaces after
building.public static String JavadocCheckerDesc()
JavadocCheckerDesc: When setting Jenkins Jobs with
Javadoc post build you should either set which javadocs or remove this
unused publisher phase.<br/>Otherwise the archive artifact phase may
not match what you expect..When setting Jenkins Jobs with Javadoc post build you should
either set which javadocs or remove this unused publisher
phase.<br/>Otherwise the archive artifact phase may not match what you
expect.public static org.jvnet.localizer.Localizable _JavadocCheckerDesc()
JavadocCheckerDesc: When setting Jenkins Jobs with
Javadoc post build you should either set which javadocs or remove this
unused publisher phase.<br/>Otherwise the archive artifact phase may
not match what you expect..When setting Jenkins Jobs with Javadoc post build you should
either set which javadocs or remove this unused publisher
phase.<br/>Otherwise the archive artifact phase may not match what you
expect.public static String JobDescriptionCheckerSeverity()
JobDescriptionCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _JobDescriptionCheckerSeverity()
JobDescriptionCheckerSeverity: Medium.Mediumpublic static String MavenJobTypeCheckerDesc()
MavenJobTypeCheckerDesc: Maven job type builds
considerably slowly compared to the freestyle projects. <br/>Besides
of that it has its own set of bugs. It's worth to use freestyle jobs
and specify the maven build wrapper instead.<br/> <a
href=https://issues.jenkins-ci.org/browse/JENKINS-22354>Open
ticket</a>..Maven job type builds considerably slowly compared to the
freestyle projects. <br/>Besides of that it has its own set of bugs.
It's worth to use freestyle jobs and specify the maven build wrapper
instead.<br/> <a
href=https://issues.jenkins-ci.org/browse/JENKINS-22354>Open
ticket</a>.public static org.jvnet.localizer.Localizable _MavenJobTypeCheckerDesc()
MavenJobTypeCheckerDesc: Maven job type builds
considerably slowly compared to the freestyle projects. <br/>Besides
of that it has its own set of bugs. It's worth to use freestyle jobs
and specify the maven build wrapper instead.<br/> <a
href=https://issues.jenkins-ci.org/browse/JENKINS-22354>Open
ticket</a>..Maven job type builds considerably slowly compared to the
freestyle projects. <br/>Besides of that it has its own set of bugs.
It's worth to use freestyle jobs and specify the maven build wrapper
instead.<br/> <a
href=https://issues.jenkins-ci.org/browse/JENKINS-22354>Open
ticket</a>.public static String JobNameCheckerSeverity()
JobNameCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _JobNameCheckerSeverity()
JobNameCheckerSeverity: High.Highpublic static String JavadocCheckerSeverity()
JavadocCheckerSeverity: Low.Lowpublic static org.jvnet.localizer.Localizable _JavadocCheckerSeverity()
JavadocCheckerSeverity: Low.Lowpublic static String SlaveLabelCheckerDesc()
SlaveLabelCheckerDesc: When setting Jenkins Slaves
you should set their labels in order to tie those Jobs..When setting Jenkins Slaves you should set their labels in
order to tie those Jobs.public static org.jvnet.localizer.Localizable _SlaveLabelCheckerDesc()
SlaveLabelCheckerDesc: When setting Jenkins Slaves
you should set their labels in order to tie those Jobs..When setting Jenkins Slaves you should set their labels in
order to tie those Jobs.public static String SlaveDescriptionCheckerSeverity()
SlaveDescriptionCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _SlaveDescriptionCheckerSeverity()
SlaveDescriptionCheckerSeverity: Medium.Mediumpublic static String SlaveDescriptionCheckerDesc()
SlaveDescriptionCheckerDesc: Jenkins slave
description might help you to know what it does and further details..Jenkins slave description might help you to know what it does
and further details.public static org.jvnet.localizer.Localizable _SlaveDescriptionCheckerDesc()
SlaveDescriptionCheckerDesc: Jenkins slave
description might help you to know what it does and further details..Jenkins slave description might help you to know what it does
and further details.public static String TimerTriggerCheckerSeverity()
TimerTriggerCheckerSeverity: Low.Lowpublic static org.jvnet.localizer.Localizable _TimerTriggerCheckerSeverity()
TimerTriggerCheckerSeverity: Low.Lowpublic static String ArtifactCheckerDesc()
ArtifactCheckerDesc: When setting Jenkins Jobs with
Archive Artifact post build you should either set which artifacts or
remove this unused publisher phase.<br/> Otherwise the archive
artifact phase may not match what you expect..When setting Jenkins Jobs with Archive Artifact post build you
should either set which artifacts or remove this unused publisher
phase.<br/> Otherwise the archive artifact phase may not match what
you expect.public static org.jvnet.localizer.Localizable _ArtifactCheckerDesc()
ArtifactCheckerDesc: When setting Jenkins Jobs with
Archive Artifact post build you should either set which artifacts or
remove this unused publisher phase.<br/> Otherwise the archive
artifact phase may not match what you expect..When setting Jenkins Jobs with Archive Artifact post build you
should either set which artifacts or remove this unused publisher
phase.<br/> Otherwise the archive artifact phase may not match what
you expect.public static String JobAssignedLabelCheckerDesc()
JobAssignedLabelCheckerDesc: When setting Jenkins
Jobs you should set where those Jobs can run..When setting Jenkins Jobs you should set where those Jobs can
run.public static org.jvnet.localizer.Localizable _JobAssignedLabelCheckerDesc()
JobAssignedLabelCheckerDesc: When setting Jenkins
Jobs you should set where those Jobs can run..When setting Jenkins Jobs you should set where those Jobs can
run.public static String CleanupWorkspaceCheckerSeverity()
CleanupWorkspaceCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _CleanupWorkspaceCheckerSeverity()
CleanupWorkspaceCheckerSeverity: Medium.Mediumpublic static String WindowsSlaveLaunchCheckerSeverity()
WindowsSlaveLaunchCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _WindowsSlaveLaunchCheckerSeverity()
WindowsSlaveLaunchCheckerSeverity: Medium.Mediumpublic static String SlaveVersionCheckerSeverity()
SlaveVersionCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _SlaveVersionCheckerSeverity()
SlaveVersionCheckerSeverity: Medium.Mediumpublic static String GradleWrapperCheckerSeverity()
GradleWrapperCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _GradleWrapperCheckerSeverity()
GradleWrapperCheckerSeverity: Medium.Mediumpublic static String TimerTriggerCheckerDesc()
TimerTriggerCheckerDesc: When setting Jenkins Jobs
with some Timer trigger configuration use the symbol H (for
âhashâ) wherever possible <br/>to allow periodically scheduled
tasks to produce even load on the system..When setting Jenkins Jobs with some Timer trigger configuration
use the symbol H (for âhashâ) wherever possible <br/>to allow
periodically scheduled tasks to produce even load on the system.public static org.jvnet.localizer.Localizable _TimerTriggerCheckerDesc()
TimerTriggerCheckerDesc: When setting Jenkins Jobs
with some Timer trigger configuration use the symbol H (for
âhashâ) wherever possible <br/>to allow periodically scheduled
tasks to produce even load on the system..When setting Jenkins Jobs with some Timer trigger configuration
use the symbol H (for âhashâ) wherever possible <br/>to allow
periodically scheduled tasks to produce even load on the system.public static String GroovySystemExitCheckerDesc()
GroovySystemExitCheckerDesc: System groovy scripts
run in same JVM as Jenkins master, so there's no surprise that
System.exit() kills your Jenkins master. <br/> Throwing an exception
is definitely better approach how to announce some problem in the
script. Further details: <a
href=https://issues.jenkins-ci.org/browse/JENKINS-14023>JENKINS-14023</a>..System groovy scripts run in same JVM as Jenkins master, so
there's no surprise that System.exit() kills your Jenkins master.
<br/> Throwing an exception is definitely better approach how to
announce some problem in the script. Further details: <a
href=https://issues.jenkins-ci.org/browse/JENKINS-14023>JENKINS-14023</a>.public static org.jvnet.localizer.Localizable _GroovySystemExitCheckerDesc()
GroovySystemExitCheckerDesc: System groovy scripts
run in same JVM as Jenkins master, so there's no surprise that
System.exit() kills your Jenkins master. <br/> Throwing an exception
is definitely better approach how to announce some problem in the
script. Further details: <a
href=https://issues.jenkins-ci.org/browse/JENKINS-14023>JENKINS-14023</a>..System groovy scripts run in same JVM as Jenkins master, so
there's no surprise that System.exit() kills your Jenkins master.
<br/> Throwing an exception is definitely better approach how to
announce some problem in the script. Further details: <a
href=https://issues.jenkins-ci.org/browse/JENKINS-14023>JENKINS-14023</a>.public static String JobAssignedLabelCheckerSeverity()
JobAssignedLabelCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _JobAssignedLabelCheckerSeverity()
JobAssignedLabelCheckerSeverity: Medium.Mediumpublic static String JobDescriptionCheckerDesc()
JobDescriptionCheckerDesc: Jenkins project
description might help you to know what it does and further details..Jenkins project description might help you to know what it does
and further details.public static org.jvnet.localizer.Localizable _JobDescriptionCheckerDesc()
JobDescriptionCheckerDesc: Jenkins project
description might help you to know what it does and further details..Jenkins project description might help you to know what it does
and further details.public static String TimeoutCheckerSeverity()
TimeoutCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _TimeoutCheckerSeverity()
TimeoutCheckerSeverity: Medium.Mediumpublic static String SlaveVersionCheckerDesc()
SlaveVersionCheckerDesc: Jenkins slave description
might help you to know what it does and further details..Jenkins slave description might help you to know what it does
and further details.public static org.jvnet.localizer.Localizable _SlaveVersionCheckerDesc()
SlaveVersionCheckerDesc: Jenkins slave description
might help you to know what it does and further details..Jenkins slave description might help you to know what it does
and further details.public static String JobLogRotatorCheckerDesc()
JobLogRotatorCheckerDesc: When setting Jenkins Jobs
with some Log Rotator configuration helps to reduce the <br/> amount
of disk space and speed up Jenkins UI..When setting Jenkins Jobs with some Log Rotator configuration
helps to reduce the <br/> amount of disk space and speed up Jenkins
UI.public static org.jvnet.localizer.Localizable _JobLogRotatorCheckerDesc()
JobLogRotatorCheckerDesc: When setting Jenkins Jobs
with some Log Rotator configuration helps to reduce the <br/> amount
of disk space and speed up Jenkins UI..When setting Jenkins Jobs with some Log Rotator configuration
helps to reduce the <br/> amount of disk space and speed up Jenkins
UI.public static String JobLogRotatorCheckerSeverity()
JobLogRotatorCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _JobLogRotatorCheckerSeverity()
JobLogRotatorCheckerSeverity: High.Highpublic static String GitRefCheckerSeverity()
GitRefCheckerSeverity: Low.Lowpublic static org.jvnet.localizer.Localizable _GitRefCheckerSeverity()
GitRefCheckerSeverity: Low.Lowpublic static String MultibranchJobTypeCheckerSeverity()
MultibranchJobTypeCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _MultibranchJobTypeCheckerSeverity()
MultibranchJobTypeCheckerSeverity: High.Highpublic static String GradleWrapperCheckerDesc()
GradleWrapperCheckerDesc: By distributing the
wrapper with your project, anyone can work with it without needing to
install Gradle beforehand. Even better, users of the build <br/> are
guaranteed to use the version of Gradle that the build was designed to
work with. Further details: <a
href=https://docs.gradle.org/current/userguide/gradle_wrapper.html>
Gradle Wrapper docs</a>..By distributing the wrapper with your project, anyone can work
with it without needing to install Gradle beforehand. Even better,
users of the build <br/> are guaranteed to use the version of Gradle
that the build was designed to work with. Further details: <a
href=https://docs.gradle.org/current/userguide/gradle_wrapper.html>
Gradle Wrapper docs</a>.public static org.jvnet.localizer.Localizable _GradleWrapperCheckerDesc()
GradleWrapperCheckerDesc: By distributing the
wrapper with your project, anyone can work with it without needing to
install Gradle beforehand. Even better, users of the build <br/> are
guaranteed to use the version of Gradle that the build was designed to
work with. Further details: <a
href=https://docs.gradle.org/current/userguide/gradle_wrapper.html>
Gradle Wrapper docs</a>..By distributing the wrapper with your project, anyone can work
with it without needing to install Gradle beforehand. Even better,
users of the build <br/> are guaranteed to use the version of Gradle
that the build was designed to work with. Further details: <a
href=https://docs.gradle.org/current/userguide/gradle_wrapper.html>
Gradle Wrapper docs</a>.public static String NullSCMCheckerDesc()
NullSCMCheckerDesc: Jenkins works fine with
cron/batch tasks, It's strongly recommended to use any SCM tool and
therefore to have in that repo whatever script you need to run..Jenkins works fine with cron/batch tasks, It's strongly
recommended to use any SCM tool and therefore to have in that repo
whatever script you need to run.public static org.jvnet.localizer.Localizable _NullSCMCheckerDesc()
NullSCMCheckerDesc: Jenkins works fine with
cron/batch tasks, It's strongly recommended to use any SCM tool and
therefore to have in that repo whatever script you need to run..Jenkins works fine with cron/batch tasks, It's strongly
recommended to use any SCM tool and therefore to have in that repo
whatever script you need to run.public static String NullSCMCheckerSeverity()
NullSCMCheckerSeverity: Low.Lowpublic static org.jvnet.localizer.Localizable _NullSCMCheckerSeverity()
NullSCMCheckerSeverity: Low.Lowpublic static String ArtifactCheckerSeverity()
ArtifactCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _ArtifactCheckerSeverity()
ArtifactCheckerSeverity: Medium.Mediumpublic static String HardcodedScriptCheckerDesc()
HardcodedScriptCheckerDesc: When setting Jenkins
Jobs with Shell/Batch builds you shouldn't hardcoded the script it's
recommended to track them in your SCM tool instead.<br/> Otherwise you
won't be able to reproduce your CI environment easily..When setting Jenkins Jobs with Shell/Batch builds you shouldn't
hardcoded the script it's recommended to track them in your SCM tool
instead.<br/> Otherwise you won't be able to reproduce your CI
environment easily.public static org.jvnet.localizer.Localizable _HardcodedScriptCheckerDesc()
HardcodedScriptCheckerDesc: When setting Jenkins
Jobs with Shell/Batch builds you shouldn't hardcoded the script it's
recommended to track them in your SCM tool instead.<br/> Otherwise you
won't be able to reproduce your CI environment easily..When setting Jenkins Jobs with Shell/Batch builds you shouldn't
hardcoded the script it's recommended to track them in your SCM tool
instead.<br/> Otherwise you won't be able to reproduce your CI
environment easily.public static String MasterLabelCheckerSeverity()
MasterLabelCheckerSeverity: Medium.Mediumpublic static org.jvnet.localizer.Localizable _MasterLabelCheckerSeverity()
MasterLabelCheckerSeverity: Medium.Mediumpublic static String PollingSCMTriggerCheckerSeverity()
PollingSCMTriggerCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _PollingSCMTriggerCheckerSeverity()
PollingSCMTriggerCheckerSeverity: High.Highpublic static String MultibranchJobTypeCheckerDesc()
MultibranchJobTypeCheckerDesc: Polling in Jenkins
is inefficient, MultibranchJobProject polls for new branches and also
every branch polls for new changes.<br/>It's strongly recommended to
use another approach, such as: 1webhooks, Configuration as Code, ....Polling in Jenkins is inefficient, MultibranchJobProject polls
for new branches and also every branch polls for new changes.<br/>It's
strongly recommended to use another approach, such as: 1webhooks,
Configuration as Code, ...public static org.jvnet.localizer.Localizable _MultibranchJobTypeCheckerDesc()
MultibranchJobTypeCheckerDesc: Polling in Jenkins
is inefficient, MultibranchJobProject polls for new branches and also
every branch polls for new changes.<br/>It's strongly recommended to
use another approach, such as: 1webhooks, Configuration as Code, ....Polling in Jenkins is inefficient, MultibranchJobProject polls
for new branches and also every branch polls for new changes.<br/>It's
strongly recommended to use another approach, such as: 1webhooks,
Configuration as Code, ...public static String JobNameCheckerDesc()
JobNameCheckerDesc: When creating Jenkins Jobs you
must avoid whitespace. In order to comply with the style guide..When creating Jenkins Jobs you must avoid whitespace. In order
to comply with the style guide.public static org.jvnet.localizer.Localizable _JobNameCheckerDesc()
JobNameCheckerDesc: When creating Jenkins Jobs you
must avoid whitespace. In order to comply with the style guide..When creating Jenkins Jobs you must avoid whitespace. In order
to comply with the style guide.public static String WindowsSlaveLaunchCheckerDesc()
WindowsSlaveLaunchCheckerDesc: This launch method
relies on DCOM and is often associated with <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM>subtle
problems</a>. Consider using Launch slave agents using Java Web Start
instead,<br/>which also permitsinstallation as a Windows service but
is generally considered more reliable..This launch method relies on DCOM and is often associated with
<a
href=https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM>subtle
problems</a>. Consider using Launch slave agents using Java Web Start
instead,<br/>which also permitsinstallation as a Windows service but
is generally considered more reliable.public static org.jvnet.localizer.Localizable _WindowsSlaveLaunchCheckerDesc()
WindowsSlaveLaunchCheckerDesc: This launch method
relies on DCOM and is often associated with <a
href=https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM>subtle
problems</a>. Consider using Launch slave agents using Java Web Start
instead,<br/>which also permitsinstallation as a Windows service but
is generally considered more reliable..This launch method relies on DCOM and is often associated with
<a
href=https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM>subtle
problems</a>. Consider using Launch slave agents using Java Web Start
instead,<br/>which also permitsinstallation as a Windows service but
is generally considered more reliable.public static String GitRefCheckerDesc()
GitRefCheckerDesc: When setting Jenkins Jobs with
Git SCM you might speed up the cloning time if you use git ref repos
when cloning..When setting Jenkins Jobs with Git SCM you might speed up the
cloning time if you use git ref repos when cloning.public static org.jvnet.localizer.Localizable _GitRefCheckerDesc()
GitRefCheckerDesc: When setting Jenkins Jobs with
Git SCM you might speed up the cloning time if you use git ref repos
when cloning..When setting Jenkins Jobs with Git SCM you might speed up the
cloning time if you use git ref repos when cloning.public static String GroovySystemExitCheckerSeverity()
GroovySystemExitCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _GroovySystemExitCheckerSeverity()
GroovySystemExitCheckerSeverity: High.Highpublic static String MasterLabelCheckerDesc()
MasterLabelCheckerDesc: When setting Jenkins Jobs
you should set where those Jobs can run. and avoid master
label.<br/>Jenkins master shouldn't consume any CPU for building
jobs..When setting Jenkins Jobs you should set where those Jobs can
run. and avoid master label.<br/>Jenkins master shouldn't consume any
CPU for building jobs.public static org.jvnet.localizer.Localizable _MasterLabelCheckerDesc()
MasterLabelCheckerDesc: When setting Jenkins Jobs
you should set where those Jobs can run. and avoid master
label.<br/>Jenkins master shouldn't consume any CPU for building
jobs..When setting Jenkins Jobs you should set where those Jobs can
run. and avoid master label.<br/>Jenkins master shouldn't consume any
CPU for building jobs.public static String MavenJobTypeCheckerSeverity()
MavenJobTypeCheckerSeverity: High.Highpublic static org.jvnet.localizer.Localizable _MavenJobTypeCheckerSeverity()
MavenJobTypeCheckerSeverity: High.HighCopyright © 2016–2017. All rights reserved.