diff --git a/Jenkinsfile b/Jenkinsfile index 84cb9ce..9b71008 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,8 @@ pipeline { ls rm test.txt echo "After deletion:" + git add . + git commit -m "Remove test.txt with jenkins" ls ''' }