mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
11 lines
No EOL
153 B
Groovy
11 lines
No EOL
153 B
Groovy
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('Do nothing 3') {
|
|
steps {
|
|
sh '/bin/true'
|
|
}
|
|
}
|
|
}
|
|
} |