Another attempt at Jenkins
This commit is contained in:
parent
a4f92773cf
commit
d431990609
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
|
||||
agent 'python:3.10-slim-bullseye'
|
||||
agent {
|
||||
docker {
|
||||
image 'python:3.10-slim-bullseye'
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Setup') {
|
||||
|
|
Loading…
Reference in New Issue