我们有一个需求,我们需要将我们的关系的用户名和密码传递给Shell脚本中的Scala activator命令。当前,我们正在使用通过文件:.credentials_att_nexus,该文件用于对文件中的凭据进行硬编码。我们需要一种安全的方法并通过工作级别动态传递凭据
使用的命令:
activator '-Dsbt.boot.credentials={/home/}/.ivy2_tt_nexus/.credentials_tt_nexus' -Dsbt.boot.properties=/home/.ivy2_tt_nexus/sbt.boot.properties
Credentials_tt_nexus:
username:t23247
password:XXXXXXXXXXXXXX
请帮助直接在jenkins内部通过命令行传递上述凭证
TIA