mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
|
pipeline {
|
||
|
agent none
|
||
|
stages {
|
||
|
stage('') {
|
||
|
steps {
|
||
|
echo 'test'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|