changes in the jenkins file for checking trigger

This commit is contained in:
shikhar.s 2019-09-24 16:22:44 +05:30
parent 9d648566d6
commit bafe704012
1 changed files with 9 additions and 0 deletions

9
Jenkinsfile vendored
View File

@ -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') {
steps {
sh '''