File tree Expand file tree Collapse file tree
devops-framework-core/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #
2+ # This file is used to set unit-test properties for the unit/functional
3+ # tests run by the Maven test phase. Most of these are only applicable to
4+ # the DevOps-Framework-Core project service objects.
5+ #
6+
7+ # Turn-off functional (unit) tests and only run the proper unit tests
8+ # This only affects the DevOps-Framework-Core project service objects
9+ # Or you can specify "mvn clean package -Denv.DEVOPS_FRAMEWORK_UNITTESTS=true"
10+ # from command line or set DEVOPS_FRAMEWORK_UNITTESTS in the environment
11+ #
12+ # unit_tests_only=true
13+ #
14+
115# Generic properties...
16+ # Temporary directory to use for testing...
217tmpDir =/Volumes/WorkDisk/tmp/
318
419# Docker properties...
@@ -21,7 +36,7 @@ slack_channelMsg=The build may have worked. The return status is unsure
2136# smtp_mailSubject=This is a subject
2237# smtp_mailText=This is email text
2338
24- # SCM properties...
39+ # SCM properties... Will apply to both SVN and GIT tests...
2540git_repoURI =https://github.com/jenkinsci/dimensionsscm-plugin.git
2641git_repoDir =dimensionsscm-plugin
2742git_repoUser =user1
You can’t perform that action at this time.
0 commit comments