Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
9b29a2651d
commit
55be801413
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,3 +1,12 @@
|
|||||||
node {
|
|
||||||
echo 'Hello World'
|
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Stage 1') {
|
||||||
|
steps {
|
||||||
|
echo 'Hello world!'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user