Skip to content

Commit

Permalink
ref(14): Change the branch on jenkins config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Sep 10, 2023
1 parent afa3e09 commit 6975686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "wild@17-add-more-configurations-on-workflow-pipeline", retriever: modernSCM(
library identifier: "wild@14-redesign-gitlab-ci-platform-for-testing", retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/scalastic/wild.git',
credentialsId: 'wild-github-token']) _
Expand Down
2 changes: 1 addition & 1 deletion test/jenkins/config/casc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
url('https://github.com/scalastic/wild.git')
credentials('wild-github-token')
}
branch('*/17-add-more-configurations-on-workflow-pipeline')
branch('*/14-redesign-gitlab-ci-platform-for-testing')
}
}
lightweight()
Expand Down
2 changes: 2 additions & 0 deletions test/jenkins/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ docker build \
docker run \
--rm \
--name jenkins \
--hostname jenkins.scalastic.local \
--add-host=jenkins.scalastic.local:192.168.0.100 \
-p 8080:8080 -p 50000:50000 \
-v "${JENKINS_VOLUME_HOME}:/var/jenkins_home" \
--env "LOCAL_IP_ADDRESS=${LOCAL_IP_ADDRESS}" \
Expand Down

0 comments on commit 6975686

Please sign in to comment.