Коммит от ТУЗ

This commit is contained in:
2023-11-19 14:20:11 +00:00
parent 638dc42a46
commit 9e6cba52f6

10
Jenkinsfile vendored
View File

@@ -1,15 +1,9 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('error') { stage('Message') {
steps { steps {
echo 'KUKUSIKI' echo 'Start build'
}
}
stage('test') {
steps {
echo 'KUKUSIKI 2'
} }
} }