mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
04b8a5cbd7
* Add yaml * Initial files * Add inital functions * Create Test file * Initial trigger clone function * Add command * Adapt manageGitRepositoryUtils * Enable Repositories yaml * Add handleHttpError Tests * Adapt CodeClimate Feedback * Add tests for error messages * Adapt error messages and handling * Adapt gitignore
34 lines
412 B
Plaintext
34 lines
412 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
|
|
.pipeline/commonPipelineEnvironment
|
|
|
|
*.code-workspace
|
|
/piper
|
|
/piper.exe
|
|
.factorypath
|
|
|
|
debug.test
|
|
/cache/protecode
|
|
|
|
*errorDetails.json
|
|
*_links.json
|
|
*_reports.json
|