Skip to content

Commit

Permalink
increase init time due to floating error
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelskiy committed Jun 24, 2023
1 parent c6cb567 commit a6e1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
sleep 10
sleep 15
echo ::set-env name=user::Admin
echo ::set-env name=password::$(docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword)
docker exec jenkins jenkins-plugin-cli --plugins cloudbees-folder || true
Expand Down

0 comments on commit a6e1b54

Please sign in to comment.