Skip to content

Commit 3f3dc46

Browse files
committed
attempt to fix issues with jenkins build not triggering
1 parent 0de7e64 commit 3f3dc46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
pipeline {
22
agent any
3+
triggers {
4+
githubPush()
5+
}
36
stages {
47
stage('Update Base Image') {
58
steps {

0 commit comments

Comments
 (0)