Skip to content

Commit

Permalink
fix: jenkins e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
abeizn committed Sep 25, 2024
1 parent 065dc01 commit d268dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/plugins/jenkins/e2e/builds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
)

func TestJenkinsBuildsDataFlow(t *testing.T) {

var jenkins impl.Jenkins
dataflowTester := e2ehelper.NewDataFlowTester(t, "jenkins", jenkins)

Expand All @@ -41,6 +40,7 @@ func TestJenkinsBuildsDataFlow(t *testing.T) {
JobName: `devlake`,
JobFullName: `Test-jenkins-dir/test-jenkins-sub-dir/test-sub-sub-dir/devlake`,
JobPath: `job/Test-jenkins-dir/job/test-jenkins-sub-dir/job/test-sub-sub-dir/`,
ScopeConfig: new(models.JenkinsScopeConfig),
},
RegexEnricher: regexEnricher,
}
Expand Down
1 change: 1 addition & 0 deletions backend/plugins/jenkins/e2e/stages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestJenkinsStagesDataFlow(t *testing.T) {
JobName: `devlake`,
JobFullName: `Test-jenkins-dir/test-jenkins-sub-dir/test-sub-sub-dir/devlake`,
JobPath: `job/Test-jenkins-dir/job/test-jenkins-sub-dir/job/test-sub-sub-dir/`,
ScopeConfig: new(models.JenkinsScopeConfig),
},
RegexEnricher: regexEnricher,
}
Expand Down

0 comments on commit d268dd3

Please sign in to comment.