-
Bug
-
Resolution: Not A Defect
-
Blocker
-
None
Hi Everyone,
I'm not familiar with Jenkins (New user). My colleague got this error message:
Console Output:
Building in workspace /var/jenkins_home/workspace/XXXX
[XXXX] $ /bin/sh -xe /tmp/jenkins7583347576379589116.sh
- PROFILE=XXXX-restart
- AWSCLI=/usr/bin/aws
- SLEEP=/usr/bin/sleep
- [ start = stop ]
- [ start = start ]
- /usr/bin/aws rds --profile XXXX-restart start-db-instance --db-instance-identifier XXXX-postgresql-awsuse2-live
/tmp/jenkins7583347576369589116.sh: 18: /tmp/jenkins7583347577369589116.sh: /usr/bin/aws: not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE
As i understood, the AWS CLI is not installed. Is there a plugin that i need to install or something ?
Please someone can help ?