This commit is contained in:
ahmed531998 2023-04-21 04:18:49 +02:00
parent 0615194c7f
commit 25387a75b4
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -15,6 +15,13 @@ pipeline {
}
}
stage('Clearing Space') {
steps{
script {
sh 'docker system prune -f'
}
}
}
stage('Building image') {
steps{
script {