diff --git a/Jenkinsfile b/Jenkinsfile index 496f82e..40b5503 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,8 +48,6 @@ pipeline { sh "jx step tag --version \$(cat VERSION)" sh "gradle clean build" // Also deloy it again as latest. - //sh "export VERSION=`latest` && skaffold build -f skaffold.yaml" - //sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)" sh "export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml" sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)" }