我试图自动创建一个新的用户与aws cli
steps{
sh '''
aws --version
aws configure --profile superappaws
'''
}
这会引发EOF错误。
+ aws configure --profile superappaws
AWS Access Key ID [None]:
EOF when reading a line
有没有办法输入这个凭证?或者我如何创建用户与jenkins?
我必须使用以下步骤创建管道
激活环境pip安装awscli aws configure --profile superappaws输入凭据导出AWS_PROFILE=superappaws s3 ls〉〉检查是否已创建用户
1条答案
按热度按时间35g0bw711#
您可以将AWS凭据设置为环境变量。