We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf6781 commit 2d3ff96Copy full SHA for 2d3ff96
1 file changed
Jenkinsfile
@@ -9,7 +9,7 @@ node {
9
echo "${SOURCEDIR}"
10
}
11
stage("Test with Docker") {
12
- withEnv(["API_KEY=env.ROSETTE_API_KEY"]) {
+ withEnv(["API_KEY=${env.ROSETTE_API_KEY}"]) {
13
sh "docker run --rm -e API_KEY=${API_KEY} -v ${SOURCEDIR}:/source rosetteapi/docker-python"
14
15
0 commit comments