Skip to content

Commit

Permalink
[jenkins] Don't wait for docker build before preparing head
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Dec 6, 2022
1 parent 88e54dc commit f3335de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/jenkins:${{ github.sha }}
context: jenkins/docker
prepare_head_node:
needs: build_docker
# needs: build_docker
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/docker/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github-scm-trait-notification-context:1.1
github-pullrequest:0.4.0
github-branch-source:1695.v88de84e9f6b_9
matrix-auth:3.1.5
script-security:1189.vb_a_b_7c8fd5fde
script-security:script-security:1189.vb_a_b_7c8fd5fde
sshd:3.249.v2dc2ea_416e33
ssh-slaves:2.846.v1b_70190624f5
strict-crumb-issuer:2.1.0
Expand Down

0 comments on commit f3335de

Please sign in to comment.