remove_stage

This commit is contained in:
ahmed531998 2023-04-21 04:45:20 +02:00
parent d1639a4bdb
commit 1068c30ba8
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

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