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