Skip to content

Commit e9595c6

Browse files
committed
Jenkinsfile: remove echo because won't print cred values
1 parent 84741ca commit e9595c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pipeline {
5151
BINTRAY_LOGIN = credentials('bintray_login')
5252
}
5353
steps {
54-
sh 'echo "Uploading to ${BINTRAY_URL} using user ${BINTRAY_LOGIN_USR}..."'
5554
sh './gradlew --stacktrace -PpreferedRepo=${BINTRAY_URL} -PpreferedUsername=${BINTRAY_LOGIN_USR} -PpreferedPassword=${BINTRAY_LOGIN_PSW} uploadArchives'
5655
}
5756
}

0 commit comments

Comments
 (0)