Compare commits
2 Commits
76eb6d0a93
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c322eddf8a | ||
|
|
1ecf83cdc2 |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
|||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Clean') {
|
stage('Clean-Jenkinsfile') {
|
||||||
steps {
|
steps {
|
||||||
//sh 'rm -rf build'
|
//sh 'rm -rf build'
|
||||||
echo "Building branch ${env.BRANCH_NAME}"
|
echo "Building branch ${env.BRANCH_NAME}"
|
||||||
@@ -27,6 +27,7 @@ pipeline {
|
|||||||
echo "Build project"
|
echo "Build project"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
// Run the executable to verify it works
|
// Run the executable to verify it works
|
||||||
|
|||||||
Reference in New Issue
Block a user