diff --git a/Jenkinsfile b/Jenkinsfile index ea8ae16..bcb841f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ sh 'docker build --tag macosx-build-agent ./ -f Dockerfile.build.macosx' sh 'docker build --tag cockpit ./ -f Dockerfile.cockpit' } - }, + } stage('Deploy') { steps { echo 'Starting..'