We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1dde commit fe5ef60Copy full SHA for fe5ef60
jenkins.groovy
@@ -1,7 +1,9 @@
1
def execute(String moduleDir, Object master) {
2
// add bower and grunt to the path, it's needed
3
env.PATH = "/insts/bower/versions/1.8.14/bin:/insts/grunt/versions/1.2.0/bin:${env.PATH}"
4
-
+ // seems to be an openSSL issue with phatomJs
5
+ // see https://stackoverflow.com/questions/73004195/phantomjs-wont-install-autoconfiguration-error
6
+ env.OPENSSL_CONF="/dev/null"
7
master.defaultNodePipeline(moduleDir)
8
}
9
0 commit comments