updated Jenkinsfile

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

8
Jenkinsfile vendored
View File

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