Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 1001 #10

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dbbf68a
update gitignore file
EllenLiu2019 Jul 20, 2024
4a9cdf4
upgrade maven-compiler-plugin from 1.6 to 1.8
EllenLiu2019 Jul 20, 2024
eef22a8
empty commit
EllenLiu2019 Jul 20, 2024
992cc18
add jenkinsfile
EllenLiu2019 Jul 20, 2024
8bb1000
add docker file
EllenLiu2019 Jul 20, 2024
c3bbf39
add docker file
EllenLiu2019 Jul 20, 2024
4ef744b
update Jenkinsfile
EllenLiu2019 Jul 25, 2024
675ed4a
empty commit
EllenLiu2019 Jul 25, 2024
4d2277d
Merge pull request #1 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
66e3165
update jenkins file
EllenLiu2019 Jul 25, 2024
0554789
Merge pull request #2 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
d2d6374
update jenkins file
EllenLiu2019 Jul 25, 2024
f679033
Merge pull request #3 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
068e5df
update jenkins file
EllenLiu2019 Jul 25, 2024
55f345c
Merge branch 'master' into TEST-1001
EllenLiu2019 Jul 25, 2024
12549c6
Merge pull request #4 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
67250e8
empty commit
EllenLiu2019 Jul 25, 2024
42d4706
Merge pull request #5 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
f306846
update
EllenLiu2019 Jul 25, 2024
e88d3a4
Merge branch 'master' into TEST-1001
EllenLiu2019 Jul 25, 2024
41ca651
Merge pull request #6 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
2dfcdd9
add docker file
EllenLiu2019 Jul 25, 2024
0e37b9c
Merge pull request #7 from EllenLiu2019/TEST-1001
EllenLiu2019 Jul 25, 2024
f4d9bb8
update
EllenLiu2019 Jul 25, 2024
ec77a09
update
EllenLiu2019 Jul 25, 2024
5fa920c
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
7b8be39
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
852b2cb
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
de38c6d
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
8207a9b
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
b2d7d3e
Update jenkinsfile
EllenLiu2019 Aug 1, 2024
ba90df8
Merge branch 'master' into TEST-1001
EllenLiu2019 Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add docker file
  • Loading branch information
EllenLiu2019 committed Jul 25, 2024
commit 2dfcdd9be0391e7decf212911b45c73bffbc14b2
8 changes: 4 additions & 4 deletions jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ pipeline{
stage('Build'){
steps {
sh '''
echo jobName: $jobName
echo FEATURE_BRANCH: $FEATURE_BRANCH
echo CURRENT_BRANCH: $CURRENT_BRANCH
echo action: $action
echo jobName: ${jobName}
echo FEATURE_BRANCH: ${FEATURE_BRANCH}
echo CURRENT_BRANCH: ${CURRENT_BRANCH}
echo action: ${action}
'''
//sh 'mvn clean package'
//sh "/usr/local/bin/docker build . -t tomcatwebapp:${env.BUILD_ID}"
Expand Down