Usuń 'pipeline.jeniknsfile'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 12:58:20 +02:00
parent 4f412ac50a
commit 26ebe3eea9

View File

@ -1,10 +0,0 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}