azavea / cac-tripplanner

Clean Air Council Circuit Trip Planner and Travelshed
https://gophillygo.org/
Other
15 stars 7 forks source link

Switch to Jenkins pipeline #1115

Open flibbertigibbet opened 5 years ago

flibbertigibbet commented 5 years ago

Upgrade CI build process to use a Jenkinsfile in the repository with the stages defined in the scripted pipeline syntax, instead of the build configuration currently defined in the Jenkins web UI. Disable concurrent builds with properties([disableConcurrentBuilds()]).

maurizi commented 2 years ago

Maybe this will work? https://plugins.jenkins.io/convert-to-pipeline/