Jenkins Test 7
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fde62adc8f
commit
7c9b3692ef
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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') {
|
||||
|
Reference in New Issue
Block a user