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