changes in the jenkins file for checking trigger
This commit is contained in:
parent
9d648566d6
commit
bafe704012
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -74,6 +74,15 @@ pipeline {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
stage('changes in script check') {
|
||||||
|
steps {
|
||||||
|
sh '''
|
||||||
|
echo ${SHELL}
|
||||||
|
'''
|
||||||
|
// sudo /home/cis/.local/bin/nosetests --with-xunit tests
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Test environment') {
|
stage('Test environment') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user