diff --git a/Jenkinsfile b/Jenkinsfile index ffa4bab..e7583e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,9 +117,11 @@ pipeline { git remote add master https://gitea.confdroid.com/confdroid/confdroid_nagios.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror - ''' + ''' + } } } } } -} \ No newline at end of file +} +