Use bash in jenkinsfile
parent
db721f6e36
commit
0b1ab3f60e
|
|
@ -16,7 +16,8 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
echo 'Building'
|
||||
sh '''./render.sh'''
|
||||
sh "#!/bin/bash \n" +
|
||||
'''./render.sh'''
|
||||
}
|
||||
}
|
||||
// stage('Deploy') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue