Skip to content

Commit 8a1824e

Browse files
committed
build(jenkins): use correct package name
1 parent a1f4ce3 commit 8a1824e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
}
1010

1111
environment {
12-
PYTHON_MODULES = 'ingit test *.py'
12+
PYTHON_MODULES = 'version_query test *.py'
1313
}
1414

1515
agent any

0 commit comments

Comments
 (0)