updating the test jenkinsfiles
This commit is contained in:
parent
4d0c2033a6
commit
4ad43b5d3b
@ -43,6 +43,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
echo "Checking out for ${BUILD_TYPE} on ${PLATFORM}"
|
||||||
checkout([$class: 'SubversionSCM',
|
checkout([$class: 'SubversionSCM',
|
||||||
additionalCredentials: [],
|
additionalCredentials: [],
|
||||||
excludedCommitMessages: '',
|
excludedCommitMessages: '',
|
||||||
@ -64,7 +65,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo "Do build for ${BUILD_TYPE} on ${PLATFORM}"
|
echo "Do build for ${BUILD_TYPE} on ${PLATFORM}"
|
||||||
sh "./configure && make"
|
sh "ls -laF && ./configure && make"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user