Skip to content

Commit 8c86b81

Browse files
author
Ahmed Kamel
committed
Uncommented Stage decleration
1 parent 8fc5b38 commit 8c86b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node {
1616
sh 'docker build -t ngageoint/geowave-centos6-rpm-build -f deploy/packaging/docker/geowave-centos6-rpm-build.dockerfile deploy/packaging/docker'
1717
sh 'docker build -t ngageoint/geowave-centos6-publish -f deploy/packaging/docker/geowave-centos6-publish.dockerfile deploy/packaging/docker'
1818

19-
//stage 'Clean bucket and local space'
19+
stage 'Clean bucket and local space'
2020
sh 'deploy/scripts/clean-up.py'
2121

2222
// Mark the build artifacts 'stage'....

0 commit comments

Comments
 (0)