This commit is contained in:
2026-06-16 11:03:36 +05:00
parent b6b1695fca
commit 5cc1e7b96d
2 changed files with 7 additions and 7 deletions
Vendored
+6 -6
View File
@@ -55,11 +55,11 @@ pipeline {
}
}
}
// stage('docker cleanup'){
// steps {
// sh label: '', script: 'docker rmi ' + image_doc
// sh label: '', script: 'docker rmi ' + image_doc_latest
// }
// }
stage('docker cleanup'){
steps {
sh label: '', script: 'docker rmi ' + image_doc
sh label: '', script: 'docker rmi ' + image_doc_latest
}
}
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "ecm-administrator-manuals",
"version": "0.0.5",
"version": "0.0.7",
"description": "ecm-administrator-manuals doc"
}