Selaa lähdekoodia

Will it chooch? Removed agent.

Fred Damstra (k8s1) 2 vuotta sitten
vanhempi
sitoutus
b3caf731ea
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -1,6 +1,5 @@
 /* Requires the Docker Pipeline plugin */
 pipeline {
-    agent { docker { image 'python:3.10.7-alpine' } }
     stages {
         stage('build') {
             steps {