mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
ac5cf17317
* rename interface, types and methods. some type changes and refactor * update dependent methods and variables * fix unit tests * a bit more refactor and fix * concurrent safe singleton * return old Options struct * refactor creating config provider and fix nil pointer derefernce * fix unit test and linter errors * introduce resetting config provider (for unit tests) * fix annoying error message when config provider is not configured --------- Co-authored-by: Gulom Alimov <gulomjon.alimov@sap.com> Co-authored-by: Muhammadali Nazarov <muhammadalinazarov@gmail.com>
56 lines
862 B
Plaintext
56 lines
862 B
Plaintext
.idea/
|
|
bin
|
|
.settings
|
|
logs
|
|
reports
|
|
*.class
|
|
*.iml
|
|
.classpath
|
|
.project
|
|
*~
|
|
.vscode
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
target/
|
|
targets/
|
|
documentation/docs-gen
|
|
|
|
consumer-test/**/workspace
|
|
|
|
*.code-workspace
|
|
.factorypath
|
|
|
|
debug.test
|
|
/cache/protecode
|
|
|
|
# build artifacts
|
|
/piper
|
|
/piper.exe
|
|
/piper_master
|
|
/piper_master.exe
|
|
/jenkins-library
|
|
/jenkins-library.exe
|
|
node_modules/
|
|
|
|
# piper binary outputs
|
|
.pipeline/commonPipelineEnvironment/
|
|
.pipeline/influx/
|
|
.pipeline/stepReports/
|
|
*errorDetails.json
|
|
*_links.json
|
|
*_reports.json
|
|
|
|
# Result files
|
|
ATCResults.xml
|
|
AUnitResults.xml
|
|
ATCResults.html
|
|
AUnitResults.html
|
|
cmd/.pipeline/stepReports/
|
|
cmd/checkmarx/piper_checkmarx_report.json
|
|
cmd/checkmarx/piper_checkmarx_report.html
|
|
cmd/fortify/piper_fortify_report.html
|
|
cmd/fortify/piper_fortify_report.json
|
|
cmd/toolruns
|