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