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