We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df330a0 commit 0c2730aCopy full SHA for 0c2730a
jenkins/etl.Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
docker run --rm --network host \
24
--name $CUR_PROJ-ETL-$TMP_SUFFIX \
25
--env-file $CREDENTIALS \
26
- $REGISTRY/$CUR_PROJ Rscript $R_SCRIPT
+ $REGISTRY/$CUR_PROJ:main Rscript $R_SCRIPT
27
'''
28
}
29
post {
0 commit comments