jenkinsfile test
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -2,7 +2,15 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
stage('Configure') {
|
||||
steps {
|
||||
echo 'Configuring Cmake...'
|
||||
mdkir build
|
||||
cd build
|
||||
ls
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
}
|
||||
|
Reference in New Issue
Block a user