diff --git a/Jenkinsfile-online b/Jenkinsfile-online index dec0cebf..8fc46b23 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -14,7 +14,7 @@ pipeline { GITHUB_CREDENTIAL_ID = 'github-id' KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig' REGISTRY = 'docker.io' - DOCKERHUB_NAMESPACE = 'docker_username' + DOCKERHUB_NAMESPACE = 'freemanpolys' GITHUB_ACCOUNT = 'kubesphere' APP_NAME = 'devops-java-sample' SONAR_CREDENTIAL_ID = 'sonar-token' @@ -34,7 +34,7 @@ pipeline { } } } - +/* stage('sonarqube analysis') { steps { container ('maven') { @@ -49,7 +49,7 @@ pipeline { } } } - +*/ stage ('build & push') { steps { container ('maven') {