소스 검색

Will it chooch? Removed agent.

Fred Damstra (k8s1) 2 년 전
부모
커밋
b3caf731ea
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {