Коммит от ТУЗ

devops
l_deloff 2023-11-19 14:20:11 +00:00
parent 638dc42a46
commit 9e6cba52f6
1 changed files with 2 additions and 8 deletions

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'
} }
} }