updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-15 12:11:14 +08:00
parent aaca1763b7
commit a1c45cb5de

8
Jenkinsfile vendored
View File

@@ -48,5 +48,13 @@ pipeline {
"""
}
}
stage('Cleanup') {
steps {
echo 'Cleanup...'
sh """
docker image prune -f
"""
}
}
}
}