Skip to content

Commit dd547a5

Browse files
committed
Added Jenkinsfile
1 parent 4fc6c15 commit dd547a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
steps {
1111
withPythonEnv(pythonInstallation: 'Windows-CPython-36') {
1212
pybat(script: 'pip install .', returnStdout: true)
13-
pybat(script: jenkins.bat)
13+
pybat jenkins.bat
1414
}
1515

1616
}
@@ -23,4 +23,4 @@ pipeline {
2323
}
2424

2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)