This commit is contained in:
s434732 2021-03-28 19:39:27 +02:00
parent 3112b23488
commit 98e78be427

6
Jenkinsfile vendored
View File

@ -1,6 +1,4 @@
pipeline { node {
agent any
stages {
stage('One') { stage('One') {
properties([ properties([
@ -41,4 +39,4 @@ pipeline {
} }
} }
} }
}