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