Skip to content

Commit

Permalink
Jenkins push to dockerhub ayushiee#2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhei2023 committed Jul 15, 2024
1 parent ccb63c2 commit 4884ce0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/build.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pipeline {
agent any
agent {
label 'general'
}


triggers {
githubPush() // trigger the pipeline upon push event in github
Expand Down

0 comments on commit 4884ce0

Please sign in to comment.