There was an error while loading. Please reload this page.
1 parent 84741ca commit e9595c6Copy full SHA for e9595c6
Jenkinsfile
@@ -51,7 +51,6 @@ pipeline {
51
BINTRAY_LOGIN = credentials('bintray_login')
52
}
53
steps {
54
- sh 'echo "Uploading to ${BINTRAY_URL} using user ${BINTRAY_LOGIN_USR}..."'
55
sh './gradlew --stacktrace -PpreferedRepo=${BINTRAY_URL} -PpreferedUsername=${BINTRAY_LOGIN_USR} -PpreferedPassword=${BINTRAY_LOGIN_PSW} uploadArchives'
56
57
0 commit comments