Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Jenkinsfile
|
@@ -29,7 +29,7 @@ pipeline { |
|
|
} |
|
|
// Build and test scripts expect that 'tag' is present in common.bash. This is necessary for both Jenkins and standalone testing. |
|
|
// We don't care if there are more 'tag' assignments there. The latest one wins. |
|
|
sh "echo >> common.bash ; echo \"tag=\\\"${tag}\\\"\" >> common.bash ; echo common.bash ; cat common.bash' |
|
|
sh "echo >> common.bash ; echo \"tag=\\\"${tag}\\\"\" >> common.bash ; echo common.bash ; cat common.bash" |
|
|
} |
|
|
} |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.