mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
cda6e71ab9
* Cloud Platform -> BTP * Initial generation of new step * add flag * wip * Fix warnings * Add command * Added Tag Decription * Add status check * Improve handling * Improve handling * Add test for happy path * Add test reports to gitignore * Add second test * Improve createTag * Add testcase * Adaptions * Add test * Update cmd/abapEnvironmentCreateTag.go Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com> * Update cmd/abapEnvironmentCreateTag.go Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com> * Adapt error handling * Improve coding * Add info * Disallow repositories and repositoryName at the same time * Regenerate * Adapt to feedback * Update cmd/abapEnvironmentCreateTag.go Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com> * Update cmd/abapEnvironmentCreateTag.go Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com> Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com>
53 lines
847 B
Plaintext
53 lines
847 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/
|
|
*errorDetails.json
|
|
*_links.json
|
|
*_reports.json
|
|
|
|
# Result files
|
|
ATCResults.xml
|
|
AUnitResults.xml
|
|
ATCResults.html
|
|
AUnitResults.html
|
|
cmd/checkmarx/piper_checkmarx_report.json
|
|
cmd/fortify/piper_fortify_report.html
|
|
cmd/fortify/piper_fortify_report.json
|
|
cmd/toolruns/toolrun_malwarescan_20220519143229.json
|
|
cmd/toolruns/toolrun_protecode_20220519143230.json
|