diff --git a/ci/Dockerfile b/ci/Dockerfile new file mode 100644 index 0000000..3544d1d --- /dev/null +++ b/ci/Dockerfile @@ -0,0 +1,6 @@ +FROM fedora + +RUN dnf install -y \ + openssh-clients \ + python3-wheel \ + rsync diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index c2d118c..68ec1db 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,5 +1,9 @@ pipeline { - agent any + agent { + dockerfile { + dir 'ci' + } + } triggers { pollSCM ''