diff --git a/.env b/.env index e0c553a..eec5ee6 100644 --- a/.env +++ b/.env @@ -6,4 +6,4 @@ cycle=c0014 # # Development cycle to build # -dev_cycle=c0020.006 \ No newline at end of file +dev_cycle=c0021.007 \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index cbaa4de..a0e9739 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { registryCredential = "dockerhub-inriachile" dockerImageName = "lsstts/love-commander:" dockerImage = "" - dev_cycle = "c0020.006" + dev_cycle = "c0021.007" user_ci = credentials('lsst-io') LTD_USERNAME="${user_ci_USR}" LTD_PASSWORD="${user_ci_PSW}"