'si'
This commit is contained in:
parent
b7d2927da9
commit
ec2f35c06d
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,11 +1,12 @@
|
|||||||
Jenkinsfile (Declarative Pipeline)
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'hello world'
|
echo 'building..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user