mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-04 10:25:01 +02:00
f6a6448631
* chore: fix linting issues * add more fixes * correct formatting * Delete depl.yaml
55 lines
848 B
Plaintext
55 lines
848 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
|
|
|
|
# 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
|