abesto commented on a change in pull request #16: Switches build to Apache
repositories
URL:
https://github.com/apache/incubator-zipkin-brave-karaf/pull/16#discussion_r252697844
##########
File path: Jenkinsfile
##########
@@ -57,17 +57,14 @@ pipeline {
}
}
- /*
- TODO uncomment and finish up the command here once we're ready to
release snapshots
stage('Publish snapshot') {
when {
branch 'master'
}
steps {
- sh './mvnw $TODO'
+ sh './mvnw clean deploy -Papache-release'
Review comment:
#21 :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]