Expose
This commit is contained in:
@@ -4,5 +4,28 @@
|
|||||||
\begin{otherlanguage}{ngerman}
|
\begin{otherlanguage}{ngerman}
|
||||||
\pdfbookmark[1]{Zusammenfassung}{Zusammenfassung}
|
\pdfbookmark[1]{Zusammenfassung}{Zusammenfassung}
|
||||||
\chapter*{Zusammenfassung}
|
\chapter*{Zusammenfassung}
|
||||||
Kurze Zusammenfassung des Inhaltes in deutscher Sprache. Ungefähr eine Seite\dots
|
Die Moderne Software entwicklung immer mehr automatisiert.
|
||||||
|
Ermöglicht schnellere Entwicklungsgeschwindichkeiten.
|
||||||
|
Automatisierung bereits in verschiedenen groß ausgeprägt. CI/CD bei webservice sehr gut etabliert.
|
||||||
|
Jedoch hat automatisierung auch nachteile.
|
||||||
|
|
||||||
|
Es wird sich nun auf die Buildscripte verlassen, manipulations gefahr, bei störung fehlesnes wissen oder andere probleme.
|
||||||
|
Fehler werden scheller in release eingebunden.
|
||||||
|
Komplexe scripte machen buildvorgang unübersichtlich.
|
||||||
|
|
||||||
|
Was ist eine qualitative CI/CD Pipeline ?
|
||||||
|
Welche anforderungen sollte eine CI/CD Pipeline erfüllen um eine qualitative Pipeline zu sein ?
|
||||||
|
Lassen sich grundlegende anforderungen aufstellen unabhänging von Einsatzgebiet der Pipeline ?
|
||||||
|
|
||||||
|
Ziel ist die Ausarbeitung von Anforderungen (und qualitäts Metricken) einer Pipeline, die die Entwicklungsgeschwindichkeiten steigert ohne die Software Qualität zu komprimitieren.
|
||||||
|
Diese sollen durch suchen von Problemen, die durch nicht sauber durchgefürte Automatisierungen entstehen herausgearbeitet werden.
|
||||||
|
|
||||||
|
Gliederung:
|
||||||
|
- Warum Automatisieren ?
|
||||||
|
- Vorteile
|
||||||
|
- (Nachteile)
|
||||||
|
- Probleme der Automatisierung
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\end{otherlanguage}
|
\end{otherlanguage}
|
||||||
|
|||||||
@@ -54,8 +54,7 @@
|
|||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tabular}{lll}
|
\begin{tabular}{lll}
|
||||||
Referent & : & \myProf \\
|
Referent & : & \myProf
|
||||||
Korreferent & : & \myOtherProf
|
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
|
|||||||
@@ -7,20 +7,19 @@
|
|||||||
% ****************************************************************************************************
|
% ****************************************************************************************************
|
||||||
% 1. Personal data and user ad-hoc commands
|
% 1. Personal data and user ad-hoc commands
|
||||||
% ****************************************************************************************************
|
% ****************************************************************************************************
|
||||||
\newcommand{\myTitle}{A Classic Thesis Style\xspace}
|
\newcommand{\myTitle}{Pipeline Name hier einseitzen\xspace}
|
||||||
%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
|
%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
|
||||||
\newcommand{\myDegree}{Bachelor of Science (B.Sc.)\xspace}
|
\newcommand{\myDegree}{Bachelor of Science (B.Sc.)\xspace}
|
||||||
%\newcommand{\myDegree}{Bachelor of Arts (B.A.)\xspace}
|
%\newcommand{\myDegree}{Bachelor of Arts (B.A.)\xspace}
|
||||||
%\newcommand{\myDegree}{Master of Science (M.Sc.)\xspace}
|
%\newcommand{\myDegree}{Master of Science (M.Sc.)\xspace}
|
||||||
%\newcommand{\myDegree}{Master of Arts (M.A.)\xspace}
|
%\newcommand{\myDegree}{Master of Arts (M.A.)\xspace}
|
||||||
\newcommand{\myName}{Andr\'e Miede\xspace}
|
\newcommand{\myName}{Manuel Plonski\xspace}
|
||||||
\newcommand{\myId}{081542\xspace}
|
\newcommand{\myId}{756989\xspace}
|
||||||
\newcommand{\myProf}{Prof. Dr.-Ing. Michael Bredel\xspace}
|
\newcommand{\myProf}{Prof. Dr. Ralf Hahn\xspace}
|
||||||
\newcommand{\myOtherProf}{Prof. Dr. Martin Stiemerling\xspace}
|
|
||||||
\newcommand{\myFaculty}{Fachbereich Informatik\xspace}
|
\newcommand{\myFaculty}{Fachbereich Informatik\xspace}
|
||||||
\newcommand{\myUni}{Hochschule Darmstadt\xspace}
|
\newcommand{\myUni}{Hochschule Darmstadt\xspace}
|
||||||
\newcommand{\myLocation}{Darmstadt\xspace}
|
\newcommand{\myLocation}{Darmstadt\xspace}
|
||||||
\newcommand{\myTime}{20. Februar 2015\xspace}
|
\newcommand{\myTime}{28. November 2019\xspace}
|
||||||
\newcommand{\myVersion}{version 4.4\xspace}
|
\newcommand{\myVersion}{version 4.4\xspace}
|
||||||
|
|
||||||
% ****************************************************************************************************
|
% ****************************************************************************************************
|
||||||
|
|||||||
+1
-1
@@ -73,7 +73,7 @@
|
|||||||
%\cleardoublepage\include{frontbackmatter/Dedication}
|
%\cleardoublepage\include{frontbackmatter/Dedication}
|
||||||
%\cleardoublepage\include{frontbackmatter/Foreword}
|
%\cleardoublepage\include{frontbackmatter/Foreword}
|
||||||
\cleardoublepage\include{frontbackmatter/Declaration}
|
\cleardoublepage\include{frontbackmatter/Declaration}
|
||||||
\cleardoublepage\include{frontbackmatter/AbstractEN}
|
%\cleardoublepage\include{frontbackmatter/AbstractEN}
|
||||||
\cleardoublepage\include{frontbackmatter/AbstractDE}
|
\cleardoublepage\include{frontbackmatter/AbstractDE}
|
||||||
%\cleardoublepage\include{frontbackmatter/Publications}
|
%\cleardoublepage\include{frontbackmatter/Publications}
|
||||||
%\cleardoublepage\include{frontbackmatter/Acknowledgments}
|
%\cleardoublepage\include{frontbackmatter/Acknowledgments}
|
||||||
|
|||||||
Reference in New Issue
Block a user