Skip to content

Commit

Permalink
Issue #1 basic Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 31, 2022
1 parent 5a6c5b5 commit 494faba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env groovy

// This Jenkinsfile is used to provide snapshot builds using the VITO CI system.

@Library('lib')_

pythonPipeline {
package_name = 'openeo_classification'
wipeout_workspace = true
python_version = ["3.8"]
extras_require = 'dev'
upload_dev_wheels = false
wheel_repo = 'python-openeo'
wheel_repo_dev = 'python-openeo'
pep440 = true
}

0 comments on commit 494faba

Please sign in to comment.