Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
a1e58ccf4a
commit
9fab809f98
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -2,6 +2,11 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Clone repository') {
|
||||||
|
steps {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
|
Loading…
Reference in New Issue
Block a user