Compare commits
1 Commits
2e40cc5f12
...
69791e6784
Author | SHA1 | Date |
---|---|---|
|
69791e6784 |
|
@ -0,0 +1,7 @@
|
||||||
|
FROM fedora
|
||||||
|
|
||||||
|
RUN dnf install -y \
|
||||||
|
openssh-clients \
|
||||||
|
python3-pip \
|
||||||
|
python3-wheel \
|
||||||
|
rsync
|
|
@ -1,5 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
dockerfile {
|
||||||
|
dir 'ci'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM ''
|
pollSCM ''
|
||||||
|
|
Loading…
Reference in New Issue