Jenkins Test 7
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:56:24 +02:00
parent fde62adc8f
commit 7c9b3692ef

8
Jenkinsfile vendored
View File

@ -21,7 +21,13 @@ pipeline {
}
steps {
// sh 'npm run compile'
sh 'rm test.txt'
sh '''
echo "Before deletion:"
ls
rm test.txt
echo "After deletion:"
ls
'''
}
}
stage('git push') {