Коммит от ТУЗ
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user