jenkinsfile test
This commit is contained in:
parent
2bc2c0c670
commit
0ab13edced
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -2,6 +2,14 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Configure') {
|
||||||
|
steps {
|
||||||
|
echo 'Configuring Cmake...'
|
||||||
|
mdkir build
|
||||||
|
cd build
|
||||||
|
ls
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
|
Loading…
Reference in New Issue
Block a user