mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
22ee06dc17
* Enable configuration via yaml file * Add documentation * Add tests
6 lines
99 B
Groovy
6 lines
99 B
Groovy
import com.cloudbees.groovy.cps.NonCPS
|
|
|
|
@NonCPS
|
|
def call(url) {
|
|
return new URL(url).getText()
|
|
} |