Jenkins test 8
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 01:58:40 +02:00
parent 7c9b3692ef
commit ae53c0a8bb

2
Jenkinsfile vendored
View File

@ -26,6 +26,8 @@ pipeline {
ls
rm test.txt
echo "After deletion:"
git add .
git commit -m "Remove test.txt with jenkins"
ls
'''
}