We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4a02d commit 9cac4edCopy full SHA for 9cac4ed
Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
53
steps {
54
script {
55
slackSend color: "#42ebf4",
56
- message: "Publishing ${currentBuild.fullDisplayName} to ${BINTRAY_URL}\n${env.BUILD_URL}"
+ message: "Publishing ${currentBuild.fullDisplayName} to Bintray...\n${env.BUILD_URL}"
57
}
58
sh './gradlew --stacktrace -PpreferedRepo=${BINTRAY_URL} -PpreferedUsername=${BINTRAY_LOGIN_USR} -PpreferedPassword=${BINTRAY_LOGIN_PSW} uploadArchives'
59
0 commit comments