Added Jenkinsfile
All checks were successful
Job Folder/Gitea Instance/psniquiz/pipeline/head This commit looks good
All checks were successful
Job Folder/Gitea Instance/psniquiz/pipeline/head This commit looks good
This commit is contained in:
parent
6b10a3fcbe
commit
138796b711
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Do nothing') {
|
||||||
|
steps {
|
||||||
|
sh '/bin/true'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user